From: Kyle McMartin Date: Fri, 22 Feb 2013 00:43:04 +0000 (-0800) Subject: lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPS X-Git-Tag: v3.9-rc1~114^2~110 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76e8402619cf777a3adae9cd70e56a848a9bf952;p=profile%2Fivi%2Fkernel-x86-ivi.git lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPS CONFIG_EXPERT doesn't really make sense, and hides it unintentionally. Remove superfluous "default n" pointed out by Ingo as well. Signed-off-by: Kyle McMartin Acked-by: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index a1714c8..be767fd 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug @@ -243,8 +243,7 @@ config BOOTPARAM_SOFTLOCKUP_PANIC_VALUE default 1 if BOOTPARAM_SOFTLOCKUP_PANIC config PANIC_ON_OOPS - bool "Panic on Oops" if EXPERT - default n + bool "Panic on Oops" help Say Y here to enable the kernel to panic when it oopses. This has the same effect as setting oops=panic on the kernel command