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 428b065ba695..17d64ba7864c 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -46,5 +46,11 @@ config SAMPLE_KRETPROBES | |||
46 | default m | 46 | default m |
47 | depends on SAMPLE_KPROBES && KRETPROBES | 47 | depends on SAMPLE_KPROBES && KRETPROBES |
48 | 48 | ||
49 | config SAMPLE_HW_BREAKPOINT | ||
50 | tristate "Build kernel hardware breakpoint examples -- loadable module only" | ||
51 | depends on HAVE_HW_BREAKPOINT && m | ||
52 | help | ||
53 | This builds kernel hardware breakpoint example modules. | ||
54 | |||
49 | endif # SAMPLES | 55 | endif # SAMPLES |
50 | 56 | ||