Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +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 'Miscellaneous Utilities' |
| 8 | |
| 9 | bool 'adjtimex' CONFIG_ADJTIMEX |
| 10 | bool 'dc' CONFIG_DC |
| 11 | bool 'dutmp' CONFIG_DUTMP |
| 12 | bool 'makedevs' CONFIG_MAKEDEVS |
| 13 | bool 'mktemp' CONFIG_MKTEMP |
| 14 | bool 'mt' CONFIG_MT |
| 15 | bool 'readlink' CONFIG_READLINK |
Eric Andersen | c365742 | 2001-11-30 07:54:32 +0000 | [diff] [blame] | 16 | bool 'time' CONFIG_TIME |
Eric Andersen | bdfd0d7 | 2001-10-24 05:00:29 +0000 | [diff] [blame] | 17 | bool 'update' CONFIG_UPDATE |
| 18 | bool 'watchdog' CONFIG_WATCHDOG |
| 19 | |
| 20 | endmenu |
| 21 | |