xref: /linux/samples/Kconfig (revision 804defea1c020d5c52985685e56986f1a399acde)
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
1640efcb05SGreg Kroah-Hartmanconfig SAMPLE_KOBJECT
1740efcb05SGreg Kroah-Hartman	tristate "Build kobject examples"
1840efcb05SGreg Kroah-Hartman	help
1940efcb05SGreg Kroah-Hartman	  This config option will allow you to build a number of
2040efcb05SGreg Kroah-Hartman	  different kobject sample modules showing how to use kobjects,
2140efcb05SGreg Kroah-Hartman	  ksets, and ktypes properly.
2240efcb05SGreg Kroah-Hartman
2340efcb05SGreg Kroah-Hartman	  If in doubt, say "N" here.
2440efcb05SGreg Kroah-Hartman
25*804defeaSAnanth N Mavinakayanahalliconfig SAMPLE_KPROBES
26*804defeaSAnanth N Mavinakayanahalli	tristate "Build kprobes examples -- loadable modules only"
27*804defeaSAnanth N Mavinakayanahalli	depends on KPROBES && m
28*804defeaSAnanth N Mavinakayanahalli	help
29*804defeaSAnanth N Mavinakayanahalli	  This build several kprobes example modules.
30*804defeaSAnanth N Mavinakayanahalli
31*804defeaSAnanth N Mavinakayanahalliconfig SAMPLE_KRETPROBES
32*804defeaSAnanth N Mavinakayanahalli	tristate "Build kretprobes example -- loadable modules only"
33*804defeaSAnanth N Mavinakayanahalli	default m
34*804defeaSAnanth N Mavinakayanahalli	depends on SAMPLE_KPROBES && KRETPROBES
35*804defeaSAnanth N Mavinakayanahalli
36267c4025SMathieu Desnoyersendif # SAMPLES
3740efcb05SGreg Kroah-Hartman
38