diff options
author | Michal Simek <michal.simek@amd.com> | 2023-10-25 09:25:37 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-10-30 15:32:49 -0400 |
commit | 18370f14975ca4abb15cb9700f57d82587e620b4 (patch) | |
tree | 4f87ec26a92a88669a1fb30ea637cac3f960c523 /drivers/misc | |
parent | 54024c8021ab9ca50927e2c08df1bc95dd63d3f1 (diff) | |
download | u-boot-18370f14975ca4abb15cb9700f57d82587e620b4.tar.gz |
Kconfig: Remove all default n/no options
Similar change was done by commit b4c2c151b14b ("Kconfig: Remove all
default n/no options") and again sync is required.
default n/no doesn't need to be specified. It is default option anyway.
Signed-off-by: Michal Simek <michal.simek@amd.com>
Reviewed-by: Svyatoslav Ryhel <clamor95@gmail.com> # tegra
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Angelo Dureghello <angelo@kernel-space.org>
Diffstat (limited to 'drivers/misc')
-rw-r--r-- | drivers/misc/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index fccd9b89b81..97057de8bf9 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -375,7 +375,6 @@ config SPL_MXC_OCOTP config NPCM_OTP bool "Nnvoton NPCM BMC On-Chip OTP Memory Support" depends on (ARM && ARCH_NPCM) - default n help Support NPCM BMC OTP memory (fuse). To compile this driver as a module, choose M here: the module |