:orphan: .. title:: SHELL_START_OBSCURED .. option:: CONFIG_SHELL_START_OBSCURED *Display asterisk when echoing* Type: ``bool`` Help ==== .. code-block:: none If enabled, don't echo actual character, but echo * instead. This is used for login prompts. Direct dependencies =================== \ :option:`SHELL ` *(Includes any dependencies from ifs and menus.)* Default ======= - n Kconfig definition ================== At ``/shell/Kconfig:107`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``/Kconfig:45`` Menu path: (Top) → Sub Systems and OS Services → Shell .. code-block:: kconfig config SHELL_START_OBSCURED bool "Display asterisk when echoing" default n depends on SHELL help If enabled, don't echo actual character, but echo * instead. This is used for login prompts. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*