Config.src 361 B

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