diff options
Diffstat (limited to 'editors/config.in')
-rw-r--r-- | editors/config.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/editors/config.in b/editors/config.in new file mode 100644 index 000000000..6c1d6cebe --- /dev/null +++ b/editors/config.in @@ -0,0 +1,12 @@ +# +# For a description of the syntax of this configuration file, +# see scripts/kbuild/config-language.txt. +# + +mainmenu_option next_comment +comment 'Editors' + +bool 'sed' CONFIG_SED +bool 'vi' CONFIG_VI +endmenu + |