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: MMI-PSA29.97-13-9~14988^2~110 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=76e8402619cf777a3adae9cd70e56a848a9bf952;p=GitHub%2FMotorolaMobilityLLC%2Fkernel-slsi.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 a1714c897e3f..be767fd3d22b 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