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 | |
Denis Vlasenko | 7d219aa | 2006-10-05 10:17:08 +0000 | [diff] [blame] | 8 | config CHVT |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 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 | |
Grigory Batalov | ad7a5d4 | 2010-05-23 23:22:10 +0200 | [diff] [blame^] | 15 | config FGCONSOLE |
| 16 | bool "fgconsole" |
| 17 | default n |
| 18 | help |
| 19 | This program prints active (foreground) console number. |
| 20 | |
Denis Vlasenko | 7d219aa | 2006-10-05 10:17:08 +0000 | [diff] [blame] | 21 | config CLEAR |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 22 | bool "clear" |
| 23 | default n |
| 24 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 25 | This program clears the terminal screen. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 26 | |
Denis Vlasenko | 7d219aa | 2006-10-05 10:17:08 +0000 | [diff] [blame] | 27 | config DEALLOCVT |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 28 | bool "deallocvt" |
| 29 | default n |
| 30 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 31 | This program deallocates unused virtual consoles. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 32 | |
Denis Vlasenko | 7d219aa | 2006-10-05 10:17:08 +0000 | [diff] [blame] | 33 | config DUMPKMAP |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 34 | bool "dumpkmap" |
| 35 | default n |
| 36 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 37 | This program dumps the kernel's keyboard translation table to |
| 38 | stdout, in binary format. You can then use loadkmap to load it. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 39 | |
Denis Vlasenko | aa7a888 | 2007-10-20 00:17:34 +0000 | [diff] [blame] | 40 | config KBD_MODE |
| 41 | bool "kbd_mode" |
| 42 | default n |
| 43 | help |
| 44 | This program reports and sets keyboard mode. |
| 45 | |
Denis Vlasenko | 7d219aa | 2006-10-05 10:17:08 +0000 | [diff] [blame] | 46 | config LOADFONT |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 47 | bool "loadfont" |
| 48 | default n |
| 49 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 50 | This program loads a console font from standard input. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 51 | |
Denis Vlasenko | 7d219aa | 2006-10-05 10:17:08 +0000 | [diff] [blame] | 52 | config LOADKMAP |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 53 | bool "loadkmap" |
| 54 | default n |
| 55 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 56 | This program loads a keyboard translation table from |
| 57 | standard input. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 58 | |
Denis Vlasenko | 7d219aa | 2006-10-05 10:17:08 +0000 | [diff] [blame] | 59 | config OPENVT |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 60 | bool "openvt" |
| 61 | default n |
| 62 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 63 | This program is used to start a command on an unused |
| 64 | virtual terminal. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 65 | |
Denis Vlasenko | 7d219aa | 2006-10-05 10:17:08 +0000 | [diff] [blame] | 66 | config RESET |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 67 | bool "reset" |
| 68 | default n |
| 69 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 70 | This program is used to reset the terminal screen, if it |
| 71 | gets messed up. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 72 | |
Bernhard Reutner-Fischer | e63a0de | 2006-10-25 15:07:56 +0000 | [diff] [blame] | 73 | config RESIZE |
| 74 | bool "resize" |
| 75 | default n |
| 76 | help |
| 77 | This program is used to (re)set the width and height of your current |
| 78 | terminal. |
| 79 | |
| 80 | config FEATURE_RESIZE_PRINT |
Denis Vlasenko | 4ee7cd4 | 2008-03-17 09:13:22 +0000 | [diff] [blame] | 81 | bool "Print environment variables" |
Bernhard Reutner-Fischer | e63a0de | 2006-10-25 15:07:56 +0000 | [diff] [blame] | 82 | default n |
| 83 | depends on RESIZE |
| 84 | help |
| 85 | Prints the newly set size (number of columns and rows) of |
| 86 | the terminal. |
| 87 | E.g.: |
| 88 | COLUMNS=80;LINES=44;export COLUMNS LINES; |
| 89 | |
Denis Vlasenko | 7d219aa | 2006-10-05 10:17:08 +0000 | [diff] [blame] | 90 | config SETCONSOLE |
Mike Frysinger | a630cb1 | 2005-09-24 23:15:53 +0000 | [diff] [blame] | 91 | bool "setconsole" |
| 92 | default n |
| 93 | help |
| 94 | This program redirects the system console to another device, |
| 95 | like the current tty while logged in via telnet. |
| 96 | |
Denis Vlasenko | 7d219aa | 2006-10-05 10:17:08 +0000 | [diff] [blame] | 97 | config FEATURE_SETCONSOLE_LONG_OPTIONS |
Bernhard Reutner-Fischer | 01d23ad | 2006-05-26 20:19:22 +0000 | [diff] [blame] | 98 | bool "Enable long options" |
| 99 | default n |
Denys Vlasenko | f3b92d3 | 2009-06-19 12:10:38 +0200 | [diff] [blame] | 100 | depends on SETCONSOLE && LONG_OPTS |
Bernhard Reutner-Fischer | 01d23ad | 2006-05-26 20:19:22 +0000 | [diff] [blame] | 101 | help |
| 102 | Support long options for the setconsole applet. |
| 103 | |
Denis Vlasenko | c8d02aa | 2008-08-17 14:12:26 +0000 | [diff] [blame] | 104 | config SETFONT |
| 105 | bool "setfont" |
| 106 | default n |
| 107 | help |
| 108 | Allows to load console screen map. Useful for i18n. |
| 109 | |
Denis Vlasenko | 53f219e | 2008-09-16 19:35:42 +0000 | [diff] [blame] | 110 | config FEATURE_SETFONT_TEXTUAL_MAP |
| 111 | bool "Support reading textual screen maps" |
| 112 | default n |
| 113 | depends on SETFONT |
| 114 | help |
| 115 | Support reading textual screen maps. |
| 116 | |
| 117 | config DEFAULT_SETFONT_DIR |
| 118 | string "Default directory for console-tools files" |
| 119 | default "" |
| 120 | depends on SETFONT |
| 121 | help |
| 122 | Directory to use if setfont's params are simple filenames |
| 123 | (not /path/to/file or ./file). Default is "" (no default directory). |
| 124 | |
Denis Vlasenko | 7d219aa | 2006-10-05 10:17:08 +0000 | [diff] [blame] | 125 | config SETKEYCODES |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 126 | bool "setkeycodes" |
| 127 | default n |
| 128 | help |
Eric Andersen | e564211 | 2003-07-14 19:37:08 +0000 | [diff] [blame] | 129 | This program loads entries into the kernel's scancode-to-keycode |
| 130 | map, allowing unusual keyboards to generate usable keycodes. |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 131 | |
Denis Vlasenko | 7d219aa | 2006-10-05 10:17:08 +0000 | [diff] [blame] | 132 | config SETLOGCONS |
Rob Landley | 87848d9 | 2006-03-27 23:23:43 +0000 | [diff] [blame] | 133 | bool "setlogcons" |
| 134 | default n |
| 135 | help |
| 136 | This program redirects the output console of kernel messages. |
| 137 | |
Denis Vlasenko | d7cc2e6 | 2008-08-17 14:17:48 +0000 | [diff] [blame] | 138 | config SHOWKEY |
| 139 | bool "showkey" |
| 140 | default n |
| 141 | help |
Denis Vlasenko | 625ed8e | 2008-08-19 22:26:05 +0000 | [diff] [blame] | 142 | Shows keys pressed. |
Denis Vlasenko | d7cc2e6 | 2008-08-17 14:17:48 +0000 | [diff] [blame] | 143 | |
Harald Becker | 8ce1dc0 | 2010-02-21 13:10:26 +0100 | [diff] [blame] | 144 | comment "Common options for loadfont and setfont" |
| 145 | depends on LOADFONT || SETFONT |
| 146 | |
| 147 | config FEATURE_LOADFONT_PSF2 |
| 148 | bool "Support for PSF2 console fonts" |
| 149 | default n |
| 150 | depends on LOADFONT || SETFONT |
| 151 | help |
| 152 | Support PSF2 console fonts. |
| 153 | |
| 154 | config FEATURE_LOADFONT_RAW |
| 155 | bool "Support for old (raw) console fonts" |
| 156 | default n |
| 157 | depends on LOADFONT || SETFONT |
| 158 | help |
| 159 | Support old (raw) console fonts. |
| 160 | |
Eric Andersen | c9f20d9 | 2002-12-05 08:41:41 +0000 | [diff] [blame] | 161 | endmenu |