Skip to content

Commit

Permalink
lib/Kconfig.debug: unhide CONFIG_PANIC_ON_OOPS
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
jkkm authored and torvalds committed Feb 22, 2013
1 parent 9a46ad6 commit 76e8402
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Kconfig.debug
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 76e8402

Please sign in to comment.