diff options
Diffstat (limited to 'miscutils/config.in')
-rw-r--r-- | miscutils/config.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/miscutils/config.in b/miscutils/config.in new file mode 100644 index 000000000..61b2113bc --- /dev/null +++ b/miscutils/config.in | |||
@@ -0,0 +1,20 @@ | |||
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 | ||
16 | bool 'update' CONFIG_UPDATE | ||
17 | bool 'watchdog' CONFIG_WATCHDOG | ||
18 | |||
19 | endmenu | ||
20 | |||