From 1ace84a896d164f5f7fdd9e4cda97ca88b818da1 Mon Sep 17 00:00:00 2001 From: Bartosz Bilas Date: Fri, 15 Apr 2022 21:21:40 +0200 Subject: [PATCH] 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 --- subsys/shell/Kconfig | 1 - 1 file changed, 1 deletion(-) 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.