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:
parent
f9d8f34eba
commit
1ace84a896
1 changed files with 0 additions and 1 deletions
|
@ -119,7 +119,6 @@ config SHELL_ECHO_STATUS
|
||||||
|
|
||||||
config SHELL_START_OBSCURED
|
config SHELL_START_OBSCURED
|
||||||
bool "Display asterisk when echoing"
|
bool "Display asterisk when echoing"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
If enabled, don't echo actual character, but echo * instead.
|
If enabled, don't echo actual character, but echo * instead.
|
||||||
This is used for login prompts.
|
This is used for login prompts.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue