diff options
Diffstat (limited to 'boot/Kconfig')
| -rw-r--r-- | boot/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig new file mode 100644 index 00000000..ae77f1cb --- /dev/null +++ b/boot/Kconfig @@ -0,0 +1,8 @@ +menu "Boot" + +config BOOT_INIT + bool "init" + default n + depends on LIB_LIBC + +endmenu |
