:orphan: .. title:: CONFIG_SHELL_PROMPT_TELNET .. kconfig:: CONFIG_SHELL_PROMPT_TELNET CONFIG_SHELL_PROMPT_TELNET ########################## *Displayed prompt name* Type: ``string`` Help ==== .. code-block:: none Displayed prompt name for TELNET backend. Direct dependencies =================== \ :kconfig:`SHELL_BACKEND_TELNET ` && \ :kconfig:`SHELL_BACKENDS ` && \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - "~$ " Kconfig definition ================== At ``/shell/Kconfig.backends:200`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:45`` → ``/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends → Enable TELNET backend. .. code-block:: kconfig config SHELL_PROMPT_TELNET string "Displayed prompt name" default "~$ " depends on SHELL_BACKEND_TELNET && SHELL_BACKENDS && SHELL help Displayed prompt name for TELNET backend. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*