diff options
author | Kyle McMartin <kyle@redhat.com> | 2013-02-21 16:43:04 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 17:22:20 -0800 |
commit | 76e8402619cf777a3adae9cd70e56a848a9bf952 (patch) | |
tree | 27aa5717d8ca6860a2144321f8353eef0f719aa9 /lib/Kconfig.debug | |
parent | 9a46ad6d6df3b547d057c39db13f69d7170a99e9 (diff) | |
download | kernel_goldelico_gta04-76e8402619cf777a3adae9cd70e56a848a9bf952.zip kernel_goldelico_gta04-76e8402619cf777a3adae9cd70e56a848a9bf952.tar.gz kernel_goldelico_gta04-76e8402619cf777a3adae9cd70e56a848a9bf952.tar.bz2 |
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 <kyle@redhat.com>
Acked-by: Ingo Molnar <mingo@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 3 |
1 files changed, 1 insertions, 2 deletions
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 |