]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPS
authorKyle McMartin <kyle@redhat.com>
Thu, 7 Feb 2013 01:27:18 +0000 (12:27 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 18 Feb 2013 05:46:58 +0000 (16:46 +1100)
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 <kyle@redhat.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/Kconfig.debug

index 4699db385210c3d29c02e1836db8f739576ff39a..28be08c09babda27bb77959538c9645962f84d75 100644 (file)
@@ -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