summaryrefslogtreecommitdiff
path: root/tests/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Kconfig')
-rw-r--r--tests/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/Kconfig b/tests/Kconfig
index 8619eec3bfab..8deefaa2cd2c 100644
--- a/tests/Kconfig
+++ b/tests/Kconfig
@@ -52,4 +52,16 @@ config LKDTM
Documentation on how to use the module can be found in
tests/lkdtm.c
+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.
+
endif # KERNEL_TESTS