From 993665f82823dd5547a9cffd5aec7d1b4f5a7e2a Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sat, 3 Oct 2009 11:13:45 +0200 Subject: Packages: reorganize kconfig menu for packages Signed-off-by: Abdoulaye Walsimou Gaye --- kconfig/packages.kconfig | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'kconfig') diff --git a/kconfig/packages.kconfig b/kconfig/packages.kconfig index a6d81ac..ad05628 100644 --- a/kconfig/packages.kconfig +++ b/kconfig/packages.kconfig @@ -24,15 +24,18 @@ # \date May 2009 ################################################################################ -menu "Packages to include in your root filesystem" - #Busybox config EMBTK_ROOTFS_HAVE_BB bool "Have Busybox in your root filesystem" if EMBTK_ROOTFS_HAVE_BB +menu "Busybox configuration" source packages/busybox/busybox.kconfig +endmenu endif +menu "Packages to include in your root filesystem" + +menu "Flash manipulation tools" #mtd-utils on target config EMBTK_ROOTFS_HAVE_MTDUTILS bool "Have mtd-utils in your target root filesystem" @@ -52,5 +55,17 @@ config EMBTK_ROOTFS_HAVE_MTDUTILS NAND Flash device These utilities are often used to write file system images to the Flash device on an embedded system. +endmenu +menu "Networking packages" +endmenu + +menu "Graphics packages" +endmenu + +menu "System packages" +endmenu + +menu "Miscellaneous packages" +endmenu endmenu -- cgit v1.2.3