From 905b06e4765fd001395a1b19f3a6cf6fd027bf85 Mon Sep 17 00:00:00 2001 From: Sultan Alsawaf Date: Sun, 13 May 2018 13:02:33 -0700 Subject: 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 ea4b96dc30b6..147bae96e8c9 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1537,8 +1537,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 -- cgit v1.2.3-73-gaa49b