mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-16 05:26:07 +00:00
12 lines
152 B
Plaintext
12 lines
152 B
Plaintext
|
# samples/Kconfig
|
||
|
|
||
|
menuconfig SAMPLES
|
||
|
bool "Sample kernel code"
|
||
|
help
|
||
|
You can build and test sample kernel code here.
|
||
|
|
||
|
if SAMPLES
|
||
|
|
||
|
|
||
|
endif # SAMPLES
|