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/memory/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers/memory') diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig index 22cb9d637c5..d10edd27746 100644 --- a/drivers/memory/Kconfig +++ b/drivers/memory/Kconfig @@ -61,7 +61,6 @@ config TI_GPMC if TI_GPMC config TI_GPMC_DEBUG bool "Debug Texas Instruments GPMC timings" - default n help Enable this to print GPMC timings before and after the GPMC registers are programmed. This should not be left enabled on production systems. -- cgit v1.2.3