summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/Kconfig b/Kconfig
index a2479ec..7c23064 100644
--- a/Kconfig
+++ b/Kconfig
@@ -64,8 +64,15 @@ endmenu
endmenu
-menu "Root filesystem build"
+config EMBTK_HAVE_ROOTFS
+ help
+ If you want to build a root filesystem, you must say yes here
+ for your target, you must yes here.
+ bool "Build a root filesystem"
+
+if EMBTK_HAVE_ROOTFS
menu "Packages selection"
source "kconfig/packages.kconfig"
endmenu
-endmenu
+endif
+