mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-23 04:34:11 +08: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
|