summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-01 13:22:32 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-06-01 13:22:32 +0200
commitd75d0dfa86560a119a970880af16852b540ec40a (patch)
treee085abff1eab61ea102e425516411b13c4b088f7 /Kconfig
parentf43c9eaf96e475c7b8874ab48f96e9431ff21448 (diff)
downloadembtoolkit-d75d0dfa86560a119a970880af16852b540ec40a.tar.gz
embtoolkit-d75d0dfa86560a119a970880af16852b540ec40a.tar.bz2
embtoolkit-d75d0dfa86560a119a970880af16852b540ec40a.tar.xz
EMBTK: Rootfs: give the ability to build or not a rootfs
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
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
+