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 b92bde3c6a89..e4be84ac3d38 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -40,5 +40,11 @@ config SAMPLE_KRETPROBES | |||
40 | default m | 40 | default m |
41 | depends on SAMPLE_KPROBES && KRETPROBES | 41 | depends on SAMPLE_KPROBES && KRETPROBES |
42 | 42 | ||
43 | config SAMPLE_HW_BREAKPOINT | ||
44 | tristate "Build kernel hardware breakpoint examples -- loadable module only" | ||
45 | depends on HAVE_HW_BREAKPOINT && m | ||
46 | help | ||
47 | This builds kernel hardware breakpoint example modules. | ||
48 | |||
43 | endif # SAMPLES | 49 | endif # SAMPLES |
44 | 50 | ||