summaryrefslogtreecommitdiff
path: root/config.in
Unidiff
Diffstat (limited to 'config.in') (more/less context) (ignore 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
@@ -88,3 +88,9 @@ comment ""
88 88
89#config APPLETS
90# bool "Applets"
91# default "y"
92
89menu "Applets" 93menu "Applets"
94# depends APPLETS
95
90 source core/applets/config.in 96 source core/applets/config.in
@@ -92,3 +98,10 @@ menu "Applets"
92endmenu 98endmenu
99
100#config APPS
101# bool "Apps"
102# default "y"
103
93menu "Apps" 104menu "Apps"
105# depends APPS
106
94 source core/apps/config.in 107 source core/apps/config.in
@@ -96,2 +109,3 @@ menu "Apps"
96endmenu 109endmenu
110
97menu "Communications and Networking" 111menu "Communications and Networking"
@@ -132,4 +146 @@ menu "Tools"
132endmenu endmenu
133menu "Unsupported"
134 source noncore/unsupported/config.in
135endmenu