Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[wrt350n-kernel.git] / samples / Kconfig
blob3d70b4c82745455a54102f88555310cd04ce1171
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_MARKERS
11         tristate "Build markers examples -- loadable modules only"
12         depends on MARKERS && m
13         help
14           This build markers example modules.
16 config SAMPLE_KOBJECT
17         tristate "Build kobject examples"
18         help
19           This config option will allow you to build a number of
20           different kobject sample modules showing how to use kobjects,
21           ksets, and ktypes properly.
23           If in doubt, say "N" here.
25 <<<<<<< HEAD:samples/Kconfig
26 =======
27 config SAMPLE_KPROBES
28         tristate "Build kprobes examples -- loadable modules only"
29         depends on KPROBES && m
30         help
31           This build several kprobes example modules.
33 config SAMPLE_KRETPROBES
34         tristate "Build kretprobes example -- loadable modules only"
35         default m
36         depends on SAMPLE_KPROBES && KRETPROBES
38 >>>>>>> 264e3e889d86e552b4191d69bb60f4f3b383135a:samples/Kconfig
39 endif # SAMPLES