buildroot/package/editors/Config.in

13 lines
288 B
Plaintext
Raw Normal View History

menuconfig BR2_TEXTEDIT_SUPPORT
bool "Text editors"
default y
help
Support for text editors
2008-03-06 19:08:14 +01:00
if BR2_TEXTEDIT_SUPPORT
source "package/editors/ed/Config.in"
source "package/editors/nano/Config.in"
source "package/editors/uemacs/Config.in"
2008-03-06 19:08:14 +01:00
source "package/editors/vim/Config.in"
endif