summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig11
1 files changed, 6 insertions, 5 deletions
diff --git a/Kconfig b/Kconfig
index 9692a90..3d28ddc 100644
--- a/Kconfig
+++ b/Kconfig
@@ -61,17 +61,18 @@ menu "Debugging system"
source "kconfig/gdb.kconfig"
endmenu
-menu "Root filesystem components and build options"
config EMBTK_HAVE_ROOTFS
+ bool "Build root filesystem"
help
- If you want to build a root filesystem for your target, you must say
- yes here.
- bool "Build a root filesystem"
+ If you want to build a root filesystem for your target, and include
+ some packages within it, you must say yes here.
+ Select the root filesystem type in "Type of root filesystem to build".
+ Select packages in "Packages to include in your root filesystem".
if EMBTK_HAVE_ROOTFS
+source "kconfig/fs.kconfig"
source "kconfig/packages.kconfig"
endif
-endmenu
menu "Embtoolkit build options"
config EMBTK_NUMBER_BUILD_JOBS