Kconfig: Remove all default n options

default n doesn't need to be specified. It is default option anyway.
Similar changes have been done by commit 18370f1497 ("Kconfig: Remove all
default n/no options").

Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
Michal Simek 2024-04-15 10:20:05 +02:00 committed by Tom Rini
parent 16da853114
commit 84dda5ce3e
2 changed files with 0 additions and 3 deletions

View file

@ -755,7 +755,6 @@ if MEASURED_BOOT
config MEASURE_IGNORE_LOG config MEASURE_IGNORE_LOG
bool "Ignore the existing event log" bool "Ignore the existing event log"
default n
help help
On platforms that use an event log memory region that persists On platforms that use an event log memory region that persists
through system resets and are the first stage bootloader, then through system resets and are the first stage bootloader, then

View file

@ -492,7 +492,6 @@ config CMD_ELF
config CMD_ELF_FDT_SETUP config CMD_ELF_FDT_SETUP
bool "Flattened Device Tree setup in bootelf cmd" bool "Flattened Device Tree setup in bootelf cmd"
default n
depends on CMD_ELF depends on CMD_ELF
select LIB_LIBFDT select LIB_LIBFDT
select LMB select LMB
@ -2623,7 +2622,6 @@ config CMD_CROS_EC
config CMD_SCMI config CMD_SCMI
bool "Enable scmi command" bool "Enable scmi command"
depends on SCMI_FIRMWARE depends on SCMI_FIRMWARE
default n
help help
This command provides user interfaces to several SCMI (System This command provides user interfaces to several SCMI (System
Control and Management Interface) protocols available on Arm Control and Management Interface) protocols available on Arm