summaryrefslogtreecommitdiffstats
path: root/package/editors/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/editors/Config.in')
-rw-r--r--package/editors/Config.in13
1 files changed, 10 insertions, 3 deletions
diff --git a/package/editors/Config.in b/package/editors/Config.in
index b979df85a..b4e7e4023 100644
--- a/package/editors/Config.in
+++ b/package/editors/Config.in
@@ -1,5 +1,12 @@
-menu "Editors"
+menuconfig BR2_TEXTEDIT_SUPPORT
+ bool "Text editors"
+ default y
+ help
+ Support for text editors
+if BR2_TEXTEDIT_SUPPORT
+source "package/editors/ed/Config.in"
+source "package/editors/nano/Config.in"
+source "package/editors/uemacs/Config.in"
source "package/editors/vim/Config.in"
-
-endmenu
+endif