blob: 6c1d6cebe99de9d09d13a0e9c35f4ac13ff415b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|