From 44657744d58f6371031a599927364de3fd301adc Mon Sep 17 00:00:00 2001 From: Sultan Alsawaf Date: Sun, 13 May 2018 13:02:33 -0700 Subject: [PATCH] init: Kconfig: Don't force DEBUG_KERNEL when EXPERT is enabled Signed-off-by: Sultan Alsawaf --- init/Kconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/init/Kconfig b/init/Kconfig index 5ea91114707c..e444460a04b9 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1502,8 +1502,6 @@ config HAVE_PCSPKR_PLATFORM menuconfig EXPERT bool "Configure standard kernel features (expert users)" - # Unhide debug options, to make the on-by-default options visible - select DEBUG_KERNEL help This option allows certain base kernel options and settings to be disabled or tweaked. This is for specialized