blob: 994140b79cca2e26451400eef51fd097d02965ba [file] [log] [blame]
Eric Andersenc9f20d92002-12-05 08:41:41 +00001#
2# For a description of the syntax of this configuration file,
3# see scripts/kbuild/config-language.txt.
4#
5
6menu "Console Utilities"
7
Denis Vlasenko7d219aa2006-10-05 10:17:08 +00008config CHVT
Eric Andersenc9f20d92002-12-05 08:41:41 +00009 bool "chvt"
10 default n
11 help
Eric Andersene5642112003-07-14 19:37:08 +000012 This program is used to change to another terminal.
13 Example: chvt 4 (change to terminal /dev/tty4)
Eric Andersenc9f20d92002-12-05 08:41:41 +000014
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000015config CLEAR
Eric Andersenc9f20d92002-12-05 08:41:41 +000016 bool "clear"
17 default n
18 help
Eric Andersene5642112003-07-14 19:37:08 +000019 This program clears the terminal screen.
Eric Andersenc9f20d92002-12-05 08:41:41 +000020
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000021config DEALLOCVT
Eric Andersenc9f20d92002-12-05 08:41:41 +000022 bool "deallocvt"
23 default n
24 help
Eric Andersene5642112003-07-14 19:37:08 +000025 This program deallocates unused virtual consoles.
Eric Andersenc9f20d92002-12-05 08:41:41 +000026
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000027config DUMPKMAP
Eric Andersenc9f20d92002-12-05 08:41:41 +000028 bool "dumpkmap"
29 default n
30 help
Eric Andersene5642112003-07-14 19:37:08 +000031 This program dumps the kernel's keyboard translation table to
32 stdout, in binary format. You can then use loadkmap to load it.
Eric Andersenc9f20d92002-12-05 08:41:41 +000033
Denis Vlasenkoaa7a8882007-10-20 00:17:34 +000034config KBD_MODE
35 bool "kbd_mode"
36 default n
37 help
38 This program reports and sets keyboard mode.
39
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000040config LOADFONT
Eric Andersenc9f20d92002-12-05 08:41:41 +000041 bool "loadfont"
42 default n
43 help
Eric Andersene5642112003-07-14 19:37:08 +000044 This program loads a console font from standard input.
Eric Andersenc9f20d92002-12-05 08:41:41 +000045
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000046config LOADKMAP
Eric Andersenc9f20d92002-12-05 08:41:41 +000047 bool "loadkmap"
48 default n
49 help
Eric Andersene5642112003-07-14 19:37:08 +000050 This program loads a keyboard translation table from
51 standard input.
Eric Andersenc9f20d92002-12-05 08:41:41 +000052
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000053config OPENVT
Eric Andersenc9f20d92002-12-05 08:41:41 +000054 bool "openvt"
55 default n
56 help
Eric Andersene5642112003-07-14 19:37:08 +000057 This program is used to start a command on an unused
58 virtual terminal.
Eric Andersenc9f20d92002-12-05 08:41:41 +000059
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000060config RESET
Eric Andersenc9f20d92002-12-05 08:41:41 +000061 bool "reset"
62 default n
63 help
Eric Andersene5642112003-07-14 19:37:08 +000064 This program is used to reset the terminal screen, if it
65 gets messed up.
Eric Andersenc9f20d92002-12-05 08:41:41 +000066
Bernhard Reutner-Fischere63a0de2006-10-25 15:07:56 +000067config RESIZE
68 bool "resize"
69 default n
70 help
71 This program is used to (re)set the width and height of your current
72 terminal.
73
74config FEATURE_RESIZE_PRINT
Denis Vlasenko4ee7cd42008-03-17 09:13:22 +000075 bool "Print environment variables"
Bernhard Reutner-Fischere63a0de2006-10-25 15:07:56 +000076 default n
77 depends on RESIZE
78 help
79 Prints the newly set size (number of columns and rows) of
80 the terminal.
81 E.g.:
82 COLUMNS=80;LINES=44;export COLUMNS LINES;
83
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000084config SETCONSOLE
Mike Frysingera630cb12005-09-24 23:15:53 +000085 bool "setconsole"
86 default n
87 help
88 This program redirects the system console to another device,
89 like the current tty while logged in via telnet.
90
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000091config FEATURE_SETCONSOLE_LONG_OPTIONS
Bernhard Reutner-Fischer01d23ad2006-05-26 20:19:22 +000092 bool "Enable long options"
93 default n
Denis Vlasenkof1a71412007-04-10 23:32:37 +000094 depends on SETCONSOLE && GETOPT_LONG
Bernhard Reutner-Fischer01d23ad2006-05-26 20:19:22 +000095 help
96 Support long options for the setconsole applet.
97
Denis Vlasenkoc8d02aa2008-08-17 14:12:26 +000098config SETFONT
99 bool "setfont"
100 default n
101 help
102 Allows to load console screen map. Useful for i18n.
103
Denis Vlasenko53f219e2008-09-16 19:35:42 +0000104config FEATURE_SETFONT_TEXTUAL_MAP
105 bool "Support reading textual screen maps"
106 default n
107 depends on SETFONT
108 help
109 Support reading textual screen maps.
110
111config DEFAULT_SETFONT_DIR
112 string "Default directory for console-tools files"
113 default ""
114 depends on SETFONT
115 help
116 Directory to use if setfont's params are simple filenames
117 (not /path/to/file or ./file). Default is "" (no default directory).
118
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000119config SETKEYCODES
Eric Andersenc9f20d92002-12-05 08:41:41 +0000120 bool "setkeycodes"
121 default n
122 help
Eric Andersene5642112003-07-14 19:37:08 +0000123 This program loads entries into the kernel's scancode-to-keycode
124 map, allowing unusual keyboards to generate usable keycodes.
Eric Andersenc9f20d92002-12-05 08:41:41 +0000125
Denis Vlasenko7d219aa2006-10-05 10:17:08 +0000126config SETLOGCONS
Rob Landley87848d92006-03-27 23:23:43 +0000127 bool "setlogcons"
128 default n
129 help
130 This program redirects the output console of kernel messages.
131
Denis Vlasenkod7cc2e62008-08-17 14:17:48 +0000132config SHOWKEY
133 bool "showkey"
134 default n
135 help
Denis Vlasenko625ed8e2008-08-19 22:26:05 +0000136 Shows keys pressed.
Denis Vlasenkod7cc2e62008-08-17 14:17:48 +0000137
Eric Andersenc9f20d92002-12-05 08:41:41 +0000138endmenu