blob: 7b1d92991055f29bff58ef9e3c1debe10c0874ce [file] [log] [blame]
Glenn L McGrath8f0722a2002-11-11 03:00:12 +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 'Debian Utilities'
8
9bool 'mktemp' CONFIG_MKTEMP
10bool 'readlink' CONFIG_READLINK
11bool 'run-parts' CONFIG_RUN_PARTS
12bool 'which' CONFIG_WHICH
13
14endmenu
15