1267c4025SMathieu Desnoyers# samples/Kconfig 2267c4025SMathieu Desnoyers 3267c4025SMathieu Desnoyersmenuconfig SAMPLES 4267c4025SMathieu Desnoyers bool "Sample kernel code" 5267c4025SMathieu Desnoyers help 6267c4025SMathieu Desnoyers You can build and test sample kernel code here. 7267c4025SMathieu Desnoyers 8267c4025SMathieu Desnoyersif SAMPLES 9267c4025SMathieu Desnoyers 1031155bc0SMathieu Desnoyersconfig SAMPLE_MARKERS 1131155bc0SMathieu Desnoyers tristate "Build markers examples -- loadable modules only" 1231155bc0SMathieu Desnoyers depends on MARKERS && m 1331155bc0SMathieu Desnoyers help 1431155bc0SMathieu Desnoyers This build markers example modules. 15267c4025SMathieu Desnoyers 164a089752SMathieu Desnoyersconfig SAMPLE_TRACEPOINTS 174a089752SMathieu Desnoyers tristate "Build tracepoints examples -- loadable modules only" 184a089752SMathieu Desnoyers depends on TRACEPOINTS && m 194a089752SMathieu Desnoyers help 204a089752SMathieu Desnoyers This build tracepoints example modules. 214a089752SMathieu Desnoyers 22*9cfe06f8SSteven Rostedtconfig SAMPLE_TRACE_EVENTS 23*9cfe06f8SSteven Rostedt tristate "Build trace_events examples" 24*9cfe06f8SSteven Rostedt depends on EVENT_TRACING 25*9cfe06f8SSteven Rostedt default m 26*9cfe06f8SSteven Rostedt help 27*9cfe06f8SSteven Rostedt This build trace event example modules. 28*9cfe06f8SSteven Rostedt 2940efcb05SGreg Kroah-Hartmanconfig SAMPLE_KOBJECT 3040efcb05SGreg Kroah-Hartman tristate "Build kobject examples" 3140efcb05SGreg Kroah-Hartman help 3240efcb05SGreg Kroah-Hartman This config option will allow you to build a number of 3340efcb05SGreg Kroah-Hartman different kobject sample modules showing how to use kobjects, 3440efcb05SGreg Kroah-Hartman ksets, and ktypes properly. 3540efcb05SGreg Kroah-Hartman 3640efcb05SGreg Kroah-Hartman If in doubt, say "N" here. 3740efcb05SGreg Kroah-Hartman 38804defeaSAnanth N Mavinakayanahalliconfig SAMPLE_KPROBES 39804defeaSAnanth N Mavinakayanahalli tristate "Build kprobes examples -- loadable modules only" 40804defeaSAnanth N Mavinakayanahalli depends on KPROBES && m 41804defeaSAnanth N Mavinakayanahalli help 42804defeaSAnanth N Mavinakayanahalli This build several kprobes example modules. 43804defeaSAnanth N Mavinakayanahalli 44804defeaSAnanth N Mavinakayanahalliconfig SAMPLE_KRETPROBES 45804defeaSAnanth N Mavinakayanahalli tristate "Build kretprobes example -- loadable modules only" 46804defeaSAnanth N Mavinakayanahalli default m 47804defeaSAnanth N Mavinakayanahalli depends on SAMPLE_KPROBES && KRETPROBES 48804defeaSAnanth N Mavinakayanahalli 49267c4025SMathieu Desnoyersendif # SAMPLES 5040efcb05SGreg Kroah-Hartman 51