diff options
| author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
|---|---|---|
| committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
| commit | ada47b5fe13d89735805b566185f4885f5a3f750 (patch) | |
| tree | 644b88f8a71896307d71438e9b3af49126ffb22b /samples/Kconfig | |
| parent | 43e98717ad40a4ae64545b5ba047c7b86aa44f4f (diff) | |
| parent | 3280f21d43ee541f97f8cda5792150d2dbec20d5 (diff) | |
Merge branch 'wip-2.6.34' into old-private-masterarchived-private-master
Diffstat (limited to 'samples/Kconfig')
| -rw-r--r-- | samples/Kconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index b92bde3c6a89..8924f72f0629 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
| @@ -1,5 +1,3 @@ | |||
| 1 | # samples/Kconfig | ||
| 2 | |||
| 3 | menuconfig SAMPLES | 1 | menuconfig SAMPLES |
| 4 | bool "Sample kernel code" | 2 | bool "Sample kernel code" |
| 5 | help | 3 | help |
| @@ -40,5 +38,10 @@ config SAMPLE_KRETPROBES | |||
| 40 | default m | 38 | default m |
| 41 | depends on SAMPLE_KPROBES && KRETPROBES | 39 | depends on SAMPLE_KPROBES && KRETPROBES |
| 42 | 40 | ||
| 43 | endif # SAMPLES | 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. | ||
| 44 | 46 | ||
| 47 | endif # SAMPLES | ||
