:orphan: .. title:: SHELL_PROMPT_DUMMY .. option:: CONFIG_SHELL_PROMPT_DUMMY *Displayed prompt name* Type: ``string`` Help ==== .. code-block:: none Displayed prompt name for DUMMY backend. Direct dependencies =================== \ :option:`SHELL_BACKEND_DUMMY ` && \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - "~$ " Kconfig definition ================== At ``/shell/Kconfig.backends:296`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/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.)*