diff options
Diffstat (limited to 'samples/Kconfig')
| -rw-r--r-- | samples/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig new file mode 100644 index 000000000000..b46b4cf4382f --- /dev/null +++ b/samples/Kconfig | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | # samples/Kconfig | ||
| 2 | |||
| 3 | menuconfig SAMPLES | ||
| 4 | bool "Sample kernel code" | ||
| 5 | help | ||
| 6 | You can build and test sample kernel code here. | ||
| 7 | |||
| 8 | if SAMPLES | ||
| 9 | |||
| 10 | |||
| 11 | endif # SAMPLES | ||
