Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 1 | # |
2 | # For a description of the syntax of this configuration file, | ||||
3 | # see scripts/kbuild/config-language.txt. | ||||
4 | # | ||||
5 | |||||
6 | mainmenu_option next_comment | ||||
7 | comment 'Finding Utilities' | ||||
8 | |||||
9 | bool 'find' CONFIG_FIND | ||||
10 | bool 'grep' CONFIG_GREP | ||||
11 | bool 'which' CONFIG_WHICH | ||||
12 | bool 'xargs' CONFIG_XARGS | ||||
13 | endmenu | ||||
14 |