blob: 8e41bd50cb6374fa7fe8d5032096d9c55d8e7688 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#
# For a description of the syntax of this configuration file,
# see scripts/kbuild/config-language.txt.
#
mainmenu_option next_comment
comment 'Finding Utilities'
bool 'find' CONFIG_FIND
bool 'grep' CONFIG_GREP
bool 'which' CONFIG_WHICH
bool 'xargs' CONFIG_XARGS
endmenu
|