:orphan: .. title:: SHELL_PROMPT_UART .. option:: CONFIG_SHELL_PROMPT_UART *Displayed prompt name* Type: ``string`` Help ==== Displayed prompt name for UART backend. Direct dependencies =================== \ :option:`SHELL_BACKEND_SERIAL ` && \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - "uart:~$ " Kconfig definition ================== .. highlight:: kconfig At ``subsys/shell/Kconfig.backends:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:41`` → ``subsys/shell/Kconfig:18`` Menu path: (Top) → Sub Systems and OS Services → Shell → Enable shell backends → Enable serial backend .. parsed-literal:: config SHELL_PROMPT_UART string "Displayed prompt name" default "uart:~$ " depends on \ :option:`SHELL_BACKEND_SERIAL ` && \ :option:`SHELL_BACKENDS ` && \ :option:`SHELL ` help Displayed prompt name for UART backend. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*