999623e973
patch by Charles Steinkuehler).
18 lines
383 B
Plaintext
18 lines
383 B
Plaintext
#
|
|
# 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
|
|
if [ "$CONFIG_GREP" = "y" ] ; then
|
|
bool ' egrep alias' CONFIG_FEATURE_GREP_EGREP_ALIAS
|
|
fi
|
|
bool 'which' CONFIG_WHICH
|
|
bool 'xargs' CONFIG_XARGS
|
|
endmenu
|
|
|