1#
2# For a description of the syntax of this configuration file,
3# see docs/Kconfig-language.txt.
4#
5
6menu "Editors"
7
8INSERT
9
10config FEATURE_ALLOW_EXEC
11	bool "Allow vi and awk to execute shell commands"
12	default y
13	depends on VI || AWK
14	help
15	Enables vi and awk features which allow user to execute
16	shell commands (using system() C call).
17
18endmenu
19