summaryrefslogtreecommitdiffstats
path: root/package/editors/Config.in
blob: b4e7e402367933f1f1604ad2ba5d8d5d541352ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"
endif