blob: 21e368047b6df0c6fefa2c1262ec25d998b962cf [file] [log] [blame]
Eric Andersenbdfd0d72001-10-24 05:00:29 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6mainmenu_option next_comment
7comment 'Finding Utilities'
8
9bool 'find' CONFIG_FIND
10bool 'grep' CONFIG_GREP
Matt Kraai999623e2001-10-29 15:49:03 +000011if [ "$CONFIG_GREP" = "y" ] ; then
12 bool ' egrep alias' CONFIG_FEATURE_GREP_EGREP_ALIAS
13fi
Eric Andersenbdfd0d72001-10-24 05:00:29 +000014bool 'which' CONFIG_WHICH
15bool 'xargs' CONFIG_XARGS
16endmenu
17