Glenn L McGrath | 8f0722a | 2002-11-11 03:00:12 +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 'Debian Utilities' | ||||
8 | |||||
9 | bool 'mktemp' CONFIG_MKTEMP | ||||
10 | bool 'readlink' CONFIG_READLINK | ||||
11 | bool 'run-parts' CONFIG_RUN_PARTS | ||||
12 | bool 'which' CONFIG_WHICH | ||||
13 | |||||
14 | endmenu | ||||
15 |