Make uncompress a seperate applet so it doesnt pull in all the gunzip code
[oweals/busybox.git] / miscutils / config.in
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 'Miscellaneous Utilities'
8
9 bool 'adjtimex'     CONFIG_ADJTIMEX
10 bool 'crond'        CONFIG_CROND
11 bool 'crontab'      CONFIG_CRONTAB
12 bool 'dc'           CONFIG_DC
13 bool 'dutmp'        CONFIG_DUTMP
14 bool 'makedevs'     CONFIG_MAKEDEVS
15 bool 'mktemp'       CONFIG_MKTEMP
16 bool 'mt'           CONFIG_MT
17 bool 'readlink'     CONFIG_READLINK
18 bool 'time'         CONFIG_TIME
19 bool 'update'       CONFIG_UPDATE
20 bool 'watchdog'     CONFIG_WATCHDOG
21
22 endmenu
23