]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - lib/Kconfig.debug
x86: add a simple backtrace test module
[linux-2.6-omap-h63xx.git] / lib / Kconfig.debug
index f535b9b5eb008046c8c22fe06d3dded436a81d84..aa56e631580d6a2ca2104ca1ca0a43fb1cdf8f60 100644 (file)
@@ -506,6 +506,18 @@ config KPROBES_SANITY_TEST
 
          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