summaryrefslogtreecommitdiff
path: root/config.in
Side-by-side diff
Diffstat (limited to 'config.in') (more/less context) (show whitespace changes)
-rw-r--r--config.in17
1 files changed, 14 insertions, 3 deletions
diff --git a/config.in b/config.in
index 50e26f1..8559e73 100644
--- a/config.in
+++ b/config.in
@@ -86,14 +86,28 @@ endmenu
comment ""
+#config APPLETS
+# bool "Applets"
+# default "y"
+
menu "Applets"
+# depends APPLETS
+
source core/applets/config.in
source noncore/applets/config.in
endmenu
+
+#config APPS
+# bool "Apps"
+# default "y"
+
menu "Apps"
+# depends APPS
+
source core/apps/config.in
source noncore/apps/config.in
endmenu
+
menu "Communications and Networking"
source noncore/comm/config.in
source noncore/mail/config.in
@@ -130,6 +144,3 @@ menu "Tools"
source noncore/tools/config.in
source development/config.in
endmenu
-menu "Unsupported"
- source noncore/unsupported/config.in
-endmenu