summaryrefslogtreecommitdiffstats
path: root/package/editors
diff options
context:
space:
mode:
authorPeter Korsgaard2008-11-14 13:59:14 +0100
committerPeter Korsgaard2008-11-14 13:59:14 +0100
commit9f07b39f65c9aa739138cbf88cbf6c264d46e1ea (patch)
tree8e2efbe1498f985381e38aefca70e42b90ebf3ad /package/editors
parentFix build. Use TARGET_CONFIGURE_OPTS as environment rather than as argument o... (diff)
downloadbuildroot-9f07b39f65c9aa739138cbf88cbf6c264d46e1ea.tar.gz
buildroot-9f07b39f65c9aa739138cbf88cbf6c264d46e1ea.tar.xz
buildroot-9f07b39f65c9aa739138cbf88cbf6c264d46e1ea.zip
package: Kconfig: use menu instead of menuconfig for sub menus
As discussed on the list - These things should normally not be (un)selectable.
Diffstat (limited to 'package/editors')
-rw-r--r--package/editors/Config.in10
1 files changed, 2 insertions, 8 deletions
diff --git a/package/editors/Config.in b/package/editors/Config.in
index b4e7e4023..a1b5fd3ac 100644
--- a/package/editors/Config.in
+++ b/package/editors/Config.in
@@ -1,12 +1,6 @@
-menuconfig BR2_TEXTEDIT_SUPPORT
- bool "Text editors"
- default y
- help
- Support for text editors
-
-if BR2_TEXTEDIT_SUPPORT
+menu "Text editors"
source "package/editors/ed/Config.in"
source "package/editors/nano/Config.in"
source "package/editors/uemacs/Config.in"
source "package/editors/vim/Config.in"
-endif
+endmenu