From 21d28f71b20c1d58e7abb039f12d2c61aadd3f0f Mon Sep 17 00:00:00 2001 From: Kacper Date: Thu, 25 Dec 2025 22:45:19 +0100 Subject: Added more kconfig options --- boot/Kbuild | 2 +- boot/Kconfig | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 boot/Kconfig (limited to 'boot') diff --git a/boot/Kbuild b/boot/Kbuild index 01daa04b..cb673478 100644 --- a/boot/Kbuild +++ b/boot/Kbuild @@ -1 +1 @@ -obj-y += init/ +obj-$(CONFIG_BOOT_INIT) += init/ 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 -- cgit v1.2.3