Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +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 | menu "Console Utilities" |
| 7 | |
| 8 | config CONFIG_CHVT |
| 9 | bool "chvt" |
| 10 | default n |
| 11 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 12 | This program is used to change to another terminal. |
| 13 | Example: chvt 4 (change to terminal /dev/tty4) |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 14 | |
| 15 | config CONFIG_CLEAR |
| 16 | bool "clear" |
| 17 | default n |
| 18 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 19 | This program clears the terminal screen. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 20 | |
| 21 | config CONFIG_DEALLOCVT |
| 22 | bool "deallocvt" |
| 23 | default n |
| 24 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 25 | This program deallocates unused virtual consoles. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 26 | |
| 27 | config CONFIG_DUMPKMAP |
| 28 | bool "dumpkmap" |
| 29 | default n |
| 30 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 31 | This program dumps the kernel's keyboard translation table to |
| 32 | stdout, in binary format. You can then use loadkmap to load it. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 33 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 34 | config CONFIG_LOADFONT |
| 35 | bool "loadfont" |
| 36 | default n |
| 37 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 38 | This program loads a console font from standard input. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 39 | |
| 40 | config CONFIG_LOADKMAP |
| 41 | bool "loadkmap" |
| 42 | default n |
| 43 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 44 | This program loads a keyboard translation table from |
| 45 | standard input. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 46 | |
| 47 | config CONFIG_OPENVT |
| 48 | bool "openvt" |
| 49 | default n |
| 50 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 51 | This program is used to start a command on an unused |
| 52 | virtual terminal. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 53 | |
| 54 | config CONFIG_RESET |
| 55 | bool "reset" |
| 56 | default n |
| 57 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 58 | This program is used to reset the terminal screen, if it |
| 59 | gets messed up. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 60 | |
| 61 | config CONFIG_SETKEYCODES |
| 62 | bool "setkeycodes" |
| 63 | default n |
| 64 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 65 | This program loads entries into the kernel's scancode-to-keycode |
| 66 | map, allowing unusual keyboards to generate usable keycodes. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 67 | |
| 68 | endmenu |