xref: /linux/samples/Kconfig (revision 40efcb05f213180b7cc8fd8d963377305f236c28)
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
16*40efcb05SGreg Kroah-Hartmanconfig SAMPLE_KOBJECT
17*40efcb05SGreg Kroah-Hartman	tristate "Build kobject examples"
18*40efcb05SGreg Kroah-Hartman	help
19*40efcb05SGreg Kroah-Hartman	  This config option will allow you to build a number of
20*40efcb05SGreg Kroah-Hartman	  different kobject sample modules showing how to use kobjects,
21*40efcb05SGreg Kroah-Hartman	  ksets, and ktypes properly.
22*40efcb05SGreg Kroah-Hartman
23*40efcb05SGreg Kroah-Hartman	  If in doubt, say "N" here.
24*40efcb05SGreg Kroah-Hartman
25267c4025SMathieu Desnoyersendif # SAMPLES
26*40efcb05SGreg Kroah-Hartman
27