diff options
Diffstat (limited to 'lib')
-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 c4ecb2994ba3..f535b9b5eb00 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -494,6 +494,18 @@ config RCU_TORTURE_TEST | |||
494 | Say M if you want the RCU torture tests to build as a module. | 494 | Say M if you want the RCU torture tests to build as a module. |
495 | Say N if you are unsure. | 495 | Say N if you are unsure. |
496 | 496 | ||
497 | config KPROBES_SANITY_TEST | ||
498 | bool "Kprobes sanity tests" | ||
499 | depends on DEBUG_KERNEL | ||
500 | depends on KPROBES | ||
501 | default n | ||
502 | help | ||
503 | This option provides for testing basic kprobes functionality on | ||
504 | boot. A sample kprobe, jprobe and kretprobe are inserted and | ||
505 | verified for functionality. | ||
506 | |||
507 | Say N if you are unsure. | ||
508 | |||
497 | config LKDTM | 509 | config LKDTM |
498 | tristate "Linux Kernel Dump Test Tool Module" | 510 | tristate "Linux Kernel Dump Test Tool Module" |
499 | depends on DEBUG_KERNEL | 511 | depends on DEBUG_KERNEL |