mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-16 19:57:24 +00:00
12 lines
152 B
Text
12 lines
152 B
Text
|
|
# samples/Kconfig
|
||
|
|
|
||
|
|
menuconfig SAMPLES
|
||
|
|
bool "Sample kernel code"
|
||
|
|
help
|
||
|
|
You can build and test sample kernel code here.
|
||
|
|
|
||
|
|
if SAMPLES
|
||
|
|
|
||
|
|
|
||
|
|
endif # SAMPLES
|