shell: remove superfluous default n for boolean

bool symbols implicitly default to n so
there is no need to redundant those values.

Signed-off-by: Bartosz Bilas <bartosz.bilas@hotmail.com>
This commit is contained in:
Bartosz Bilas 2022-04-15 21:21:40 +02:00 committed by Carles Cufí
commit 1ace84a896

View file

@ -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.