From: Michal Simek Date: Mon, 15 Apr 2024 08:20:05 +0000 (+0200) Subject: Kconfig: Remove all default n options X-Git-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=84dda5ce3e3ba126f1bf83f87c84f27714b5fe4a;p=u-boot.git 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 18370f14975c ("Kconfig: Remove all default n/no options"). Signed-off-by: Michal Simek Reviewed-by: Mattijs Korpershoek Reviewed-by: Ilias Apalodimas --- diff --git a/boot/Kconfig b/boot/Kconfig index d9a6c27005..6f3096c15a 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -755,7 +755,6 @@ if MEASURED_BOOT config MEASURE_IGNORE_LOG bool "Ignore the existing event log" - default n help On platforms that use an event log memory region that persists through system resets and are the first stage bootloader, then diff --git a/cmd/Kconfig b/cmd/Kconfig index 408cc84c18..42757e0cdf 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -492,7 +492,6 @@ config CMD_ELF config CMD_ELF_FDT_SETUP bool "Flattened Device Tree setup in bootelf cmd" - default n depends on CMD_ELF select LIB_LIBFDT select LMB @@ -2623,7 +2622,6 @@ config CMD_CROS_EC config CMD_SCMI bool "Enable scmi command" depends on SCMI_FIRMWARE - default n help This command provides user interfaces to several SCMI (System Control and Management Interface) protocols available on Arm