blob: c6e9d92af58036f22b5e39ab8bf16f0455281ba8 [file] [log] [blame]
Eric Andersenc9f20d92002-12-05 08:41:41 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Editors"
7
Denys Vlasenkod70e0e92010-06-08 12:15:11 +02008INSERT
9
Denis Vlasenko249fabf2006-12-19 00:29:22 +000010config 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 allows user to execute
16 shell commands (using system() C call).
Eric Andersenc9f20d92002-12-05 08:41:41 +000017
Denis Vlasenko249fabf2006-12-19 00:29:22 +000018endmenu