diff options
author | Michal Simek <michal.simek@amd.com> | 2024-04-15 10:20:05 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-04-18 16:37:22 -0600 |
commit | 84dda5ce3e3ba126f1bf83f87c84f27714b5fe4a (patch) | |
tree | ac55628335af0c532b1966f4f3ddfc80dee92d28 /cmd/Kconfig | |
parent | 16da853114efa97682920356a0eaa6a34270477f (diff) | |
download | u-boot-84dda5ce3e3ba126f1bf83f87c84f27714b5fe4a.tar.gz u-boot-84dda5ce3e3ba126f1bf83f87c84f27714b5fe4a.tar.bz2 u-boot-84dda5ce3e3ba126f1bf83f87c84f27714b5fe4a.zip |
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 <michal.simek@amd.com>
Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
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 |