diff --git a/subsys/shell/Kconfig b/subsys/shell/Kconfig index fdbcd836f31..573b4b3b56b 100644 --- a/subsys/shell/Kconfig +++ b/subsys/shell/Kconfig @@ -119,7 +119,6 @@ config SHELL_ECHO_STATUS config SHELL_START_OBSCURED bool "Display asterisk when echoing" - default n help If enabled, don't echo actual character, but echo * instead. This is used for login prompts.