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 |
Matt Kraai | 999623e | 2001-10-29 15:49:03 +0000 | [diff] [blame^] | 11 | if [ "$CONFIG_GREP" = "y" ] ; then |
| 12 | bool ' egrep alias' CONFIG_FEATURE_GREP_EGREP_ALIAS |
| 13 | fi |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 14 | bool 'which' CONFIG_WHICH |
| 15 | bool 'xargs' CONFIG_XARGS |
| 16 | endmenu |
| 17 | |