diff options
Diffstat (limited to 'console-tools/config.in')
-rw-r--r-- | console-tools/config.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/console-tools/config.in b/console-tools/config.in new file mode 100644 index 000000000..53d5ac6b4 --- /dev/null +++ b/console-tools/config.in | |||
@@ -0,0 +1,18 @@ | |||
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 'Console Utilities' | ||
8 | bool 'chvt' CONFIG_CHVT | ||
9 | bool 'clear' CONFIG_CLEAR | ||
10 | bool 'deallocvt' CONFIG_DEALLOCVT | ||
11 | bool 'dumpkmap' CONFIG_DUMPKMAP | ||
12 | bool 'loadacm' CONFIG_LOADACM | ||
13 | bool 'loadfont' CONFIG_LOADFONT | ||
14 | bool 'loadkmap' CONFIG_LOADKMAP | ||
15 | bool 'reset' CONFIG_RESET | ||
16 | bool 'setkeycodes' CONFIG_SETKEYCODES | ||
17 | |||
18 | endmenu | ||