]> err.no Git - linux-2.6/blobdiff - lib/Kconfig.debug
x86: fix cpu MHz reporting for AMD family 0x11
[linux-2.6] / lib / Kconfig.debug
index 748e72be6e68364225846cadf5dd6d6a6990e9a8..aa56e631580d6a2ca2104ca1ca0a43fb1cdf8f60 100644 (file)
@@ -108,6 +108,8 @@ config DEBUG_SECTION_MISMATCH
            will tell where the mismatch happens much closer to the
            source. The drawback is that we will report the same
            mismatch at least twice.
+         - Enable verbose reporting from modpost to help solving
+           the section mismatches reported.
 
 config DEBUG_KERNEL
        bool "Kernel debugging"
@@ -492,6 +494,30 @@ config RCU_TORTURE_TEST
          Say M if you want the RCU torture tests to build as a module.
          Say N if you are unsure.
 
+config KPROBES_SANITY_TEST
+       bool "Kprobes sanity tests"
+       depends on DEBUG_KERNEL
+       depends on KPROBES
+       default n
+       help
+         This option provides for testing basic kprobes functionality on
+         boot. A sample kprobe, jprobe and kretprobe are inserted and
+         verified for functionality.
+
+         Say N if you are unsure.
+
+config BACKTRACE_SELF_TEST
+       tristate "Self test for the backtrace code"
+       depends on DEBUG_KERNEL
+       default n
+       help
+         This option provides a kernel module that can be used to test
+         the kernel stack backtrace code. This option is not useful
+         for distributions or general kernels, but only for kernel
+         developers working on architecture code.
+
+         Say N if you are unsure.
+
 config LKDTM
        tristate "Linux Kernel Dump Test Tool Module"
        depends on DEBUG_KERNEL