]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - samples/Kconfig
Merge commit 'perf/core' into perf/hw-breakpoint
[karo-tx-linux.git] / samples / Kconfig
index 428b065ba6959791e4f7ab4c180a914c9e3ba917..e4be84ac3d381c217982cdffc71ec92fa7cd6c9b 100644 (file)
@@ -7,12 +7,6 @@ menuconfig SAMPLES
 
 if SAMPLES
 
-config SAMPLE_MARKERS
-       tristate "Build markers examples -- loadable modules only"
-       depends on MARKERS && m
-       help
-         This build markers example modules.
-
 config SAMPLE_TRACEPOINTS
        tristate "Build tracepoints examples -- loadable modules only"
        depends on TRACEPOINTS && m
@@ -46,5 +40,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