]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - samples/Kconfig
Merge branch 'linus' into tracing/hw-breakpoints
[karo-tx-linux.git] / samples / Kconfig
index 428b065ba6959791e4f7ab4c180a914c9e3ba917..17d64ba7864cf6480286141ec5e5b0d33ee0fd91 100644 (file)
@@ -46,5 +46,11 @@ config SAMPLE_KRETPROBES
        default m
        depends on SAMPLE_KPROBES && KRETPROBES
 
+config SAMPLE_HW_BREAKPOINT
+       tristate "Build kernel hardware breakpoint examples -- loadable module only"
+       depends on HAVE_HW_BREAKPOINT && m
+       help
+         This builds kernel hardware breakpoint example modules.
+
 endif # SAMPLES