From cb79516f85e02a42103e3978f4def3cc91c987e7 Mon Sep 17 00:00:00 2001 From: dcd Date: Mon, 27 Apr 2015 01:25:46 -0500 Subject: [PATCH] jf: Kconfig: dont select DEBUG_KERNEL by EXPERT Change-Id: I941040ba71c3b8f7d97292ba3cdd3a7f4ccce2d2 --- init/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index 5007ea697cc..c94bf0ddbbd 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -963,7 +963,6 @@ config PANIC_TIMEOUT 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