blob: 8f2b265bd2e50a8fd3410d3714a8a3b71dde20da [file] [log] [blame]
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
menu "Editors"
INSERT
config FEATURE_ALLOW_EXEC
bool "Allow vi and awk to execute shell commands"
default y
depends on VI || AWK
help
Enables vi and awk features which allow user to execute
shell commands (using system() C call).
endmenu