From 18370f14975ca4abb15cb9700f57d82587e620b4 Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Wed, 25 Oct 2023 09:25:37 +0200 Subject: 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 Reviewed-by: Svyatoslav Ryhel # tegra Reviewed-by: Tom Rini Reviewed-by: Angelo Dureghello --- drivers/misc/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/misc') 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 -- cgit v1.3.1