From: Kyle McMartin Date: Thu, 7 Feb 2013 01:27:18 +0000 (+1100) Subject: lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPS X-Git-Tag: next-20130218~1^2~293 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=be8c011a4813fb8cb8eb5a65c422aa910bb18908;p=karo-tx-linux.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 --- diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 4699db385210..28be08c09bab 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