diff options
Diffstat (limited to 'miscutils/config.in')
-rw-r--r-- | miscutils/config.in | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/miscutils/config.in b/miscutils/config.in deleted file mode 100644 index 063e02b36..000000000 --- a/miscutils/config.in +++ /dev/null | |||
@@ -1,22 +0,0 @@ | |||
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 'mt' CONFIG_MT | ||
16 | bool 'strings' CONFIG_STRINGS | ||
17 | bool 'time' CONFIG_TIME | ||
18 | bool 'update' CONFIG_UPDATE | ||
19 | bool 'watchdog' CONFIG_WATCHDOG | ||
20 | |||
21 | endmenu | ||
22 | |||