summaryrefslogtreecommitdiff
path: root/package/editors/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/editors/Config.in')
-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