4 bool "Sample kernel code"
6 You can build and test sample kernel code here.
11 tristate "Build markers examples -- loadable modules only"
12 depends on MARKERS && m
14 This build markers example modules.
17 tristate "Build kobject examples"
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.
26 tristate "Build kprobes examples -- loadable modules only"
27 depends on KPROBES && m
29 This build several kprobes example modules.
31 config SAMPLE_KRETPROBES
32 tristate "Build kretprobes example -- loadable modules only"
34 depends on SAMPLE_KPROBES && KRETPROBES