]> Pileus Git - ~andy/linux/blobdiff - lib/Kconfig.debug
idr: implement lookup hint
[~andy/linux] / lib / Kconfig.debug
index a1714c897e3f185778ece70c9797063968dd4d4f..e4a7f808fa0630b31f5d7ba466e280a5bbb3c217 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
@@ -455,7 +454,7 @@ config HAVE_DEBUG_KMEMLEAK
 
 config DEBUG_KMEMLEAK
        bool "Kernel memory leak detector"
-       depends on DEBUG_KERNEL && EXPERIMENTAL && HAVE_DEBUG_KMEMLEAK
+       depends on DEBUG_KERNEL && HAVE_DEBUG_KMEMLEAK
        select DEBUG_FS
        select STACKTRACE if STACKTRACE_SUPPORT
        select KALLSYMS