diff options
Diffstat (limited to 'samples/Kconfig')
-rw-r--r-- | samples/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index 04be681a3ded..8924f72f0629 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -38,4 +38,10 @@ config SAMPLE_KRETPROBES | |||
38 | default m | 38 | default m |
39 | depends on SAMPLE_KPROBES && KRETPROBES | 39 | depends on SAMPLE_KPROBES && KRETPROBES |
40 | 40 | ||
41 | config SAMPLE_HW_BREAKPOINT | ||
42 | tristate "Build kernel hardware breakpoint examples -- loadable module only" | ||
43 | depends on HAVE_HW_BREAKPOINT && m | ||
44 | help | ||
45 | This builds kernel hardware breakpoint example modules. | ||
46 | |||
41 | endif # SAMPLES | 47 | endif # SAMPLES |