summaryrefslogtreecommitdiff
path: root/samples/Kconfig
blob: b46b4cf4382fe8b1f7044623e637352d5c230ae9 (plain)
1
2
3
4
5
6
7
8
9
10
11
# samples/Kconfig

menuconfig SAMPLES
	bool "Sample kernel code"
	help
	  You can build and test sample kernel code here.

if SAMPLES


endif # SAMPLES