From d75d0dfa86560a119a970880af16852b540ec40a Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Mon, 1 Jun 2009 13:22:32 +0200 Subject: EMBTK: Rootfs: give the ability to build or not a rootfs Signed-off-by: Abdoulaye Walsimou Gaye --- Kconfig | 11 +++++++++-- 1 file 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 + -- cgit v1.2.3