diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index f535b9b5eb00..aa56e631580d 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -506,6 +506,18 @@ config KPROBES_SANITY_TEST | |||
506 | 506 | ||
507 | Say N if you are unsure. | 507 | Say N if you are unsure. |
508 | 508 | ||
509 | config BACKTRACE_SELF_TEST | ||
510 | tristate "Self test for the backtrace code" | ||
511 | depends on DEBUG_KERNEL | ||
512 | default n | ||
513 | help | ||
514 | This option provides a kernel module that can be used to test | ||
515 | the kernel stack backtrace code. This option is not useful | ||
516 | for distributions or general kernels, but only for kernel | ||
517 | developers working on architecture code. | ||
518 | |||
519 | Say N if you are unsure. | ||
520 | |||
509 | config LKDTM | 521 | config LKDTM |
510 | tristate "Linux Kernel Dump Test Tool Module" | 522 | tristate "Linux Kernel Dump Test Tool Module" |
511 | depends on DEBUG_KERNEL | 523 | depends on DEBUG_KERNEL |