:orphan: .. title:: CONFIG_SHELL_PROMPT_DUMMY .. kconfig:: CONFIG_SHELL_PROMPT_DUMMY CONFIG_SHELL_PROMPT_DUMMY ######################### *Displayed prompt name* Type: ``string`` Help ==== .. code-block:: none Displayed prompt name for DUMMY backend. Direct dependencies =================== \ :kconfig:`SHELL_BACKEND_DUMMY ` && \ :kconfig:`SHELL_BACKENDS ` && \ :kconfig:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - "~$ " Kconfig definition ================== At ``/shell/Kconfig.backends:293`` 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 dummy backend. .. code-block:: kconfig config SHELL_PROMPT_DUMMY string "Displayed prompt name" default "~$ " depends on SHELL_BACKEND_DUMMY && SHELL_BACKENDS && SHELL help Displayed prompt name for DUMMY backend. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*