summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig9
1 files changed, 6 insertions, 3 deletions
diff --git a/Kconfig b/Kconfig
index 7c23064..c8cc544 100644
--- a/Kconfig
+++ b/Kconfig
@@ -64,6 +64,11 @@ endmenu
endmenu
+menu "Debugging system"
+source "kconfig/gdb.kconfig"
+endmenu
+
+menu "Root filesystem components and build options"
config EMBTK_HAVE_ROOTFS
help
If you want to build a root filesystem, you must say yes here
@@ -71,8 +76,6 @@ config EMBTK_HAVE_ROOTFS
bool "Build a root filesystem"
if EMBTK_HAVE_ROOTFS
-menu "Packages selection"
source "kconfig/packages.kconfig"
-endmenu
endif
-
+endmenu