blob: 8e41bd50cb6374fa7fe8d5032096d9c55d8e7688 [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
11bool 'which' CONFIG_WHICH
12bool 'xargs' CONFIG_XARGS
13endmenu
14