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
|