summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-10 14:14:34 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2009-08-10 14:14:34 +0200
commit7b2b460128cfccb7c341c88b8436cf23df517f72 (patch)
tree9790b21e09ba98ca10ee2da8fa1c1273c882d887 /Kconfig
parent9749d71acec875d36031b913a6fc62e3b7ead568 (diff)
downloadembtoolkit-7b2b460128cfccb7c341c88b8436cf23df517f72.tar.gz
embtoolkit-7b2b460128cfccb7c341c88b8436cf23df517f72.tar.bz2
embtoolkit-7b2b460128cfccb7c341c88b8436cf23df517f72.tar.xz
Separate filesystem and packages selection
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
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