S3C: Backported openmoko's touchscreen filters
[linux-2.6/mini2440.git] / samples / Kconfig
blobb92bde3c6a89e7fdb09721f1e29a5aa3105c604a
1 # samples/Kconfig
3 menuconfig SAMPLES
4         bool "Sample kernel code"
5         help
6           You can build and test sample kernel code here.
8 if SAMPLES
10 config SAMPLE_TRACEPOINTS
11         tristate "Build tracepoints examples -- loadable modules only"
12         depends on TRACEPOINTS && m
13         help
14           This build tracepoints example modules.
16 config SAMPLE_TRACE_EVENTS
17         tristate "Build trace_events examples -- loadable modules only"
18         depends on EVENT_TRACING && m
19         help
20           This build trace event example modules.
22 config SAMPLE_KOBJECT
23         tristate "Build kobject examples -- loadable modules only"
24         depends on m
25         help
26           This config option will allow you to build a number of
27           different kobject sample modules showing how to use kobjects,
28           ksets, and ktypes properly.
30           If in doubt, say "N" here.
32 config SAMPLE_KPROBES
33         tristate "Build kprobes examples -- loadable modules only"
34         depends on KPROBES && m
35         help
36           This build several kprobes example modules.
38 config SAMPLE_KRETPROBES
39         tristate "Build kretprobes example -- loadable modules only"
40         default m
41         depends on SAMPLE_KPROBES && KRETPROBES
43 endif # SAMPLES