-
CONFIG_SHELL_START_OBSCURED
¶
Display asterisk when echoing
Type: bool
Help¶
If enabled, don't echo actual character, but echo * instead.
This is used for login prompts.
Default¶
n
Kconfig definition¶
At <Zephyr>/subsys/shell/Kconfig:107
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:45
Menu path: (Top) → Sub Systems and OS Services → Shell
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.)