mirror of
https://github.com/sheumann/hush.git
synced 2024-11-05 06:07:00 +00:00
15 lines
292 B
Plaintext
15 lines
292 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
|
||
|
bool 'which' CONFIG_WHICH
|
||
|
bool 'xargs' CONFIG_XARGS
|
||
|
endmenu
|
||
|
|