blob: f1dbac5317f148ff20716540b816a94efe0d530e [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 Vlasenko7d219aa2006-10-05 10:17:08 +000034config LOADFONT
Eric Andersenc9f20d92002-12-05 08:41:41 +000035 bool "loadfont"
36 default n
37 help
Eric Andersene5642112003-07-14 19:37:08 +000038 This program loads a console font from standard input.
Eric Andersenc9f20d92002-12-05 08:41:41 +000039
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000040config LOADKMAP
Eric Andersenc9f20d92002-12-05 08:41:41 +000041 bool "loadkmap"
42 default n
43 help
Eric Andersene5642112003-07-14 19:37:08 +000044 This program loads a keyboard translation table from
45 standard input.
Eric Andersenc9f20d92002-12-05 08:41:41 +000046
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000047config OPENVT
Eric Andersenc9f20d92002-12-05 08:41:41 +000048 bool "openvt"
49 default n
50 help
Eric Andersene5642112003-07-14 19:37:08 +000051 This program is used to start a command on an unused
52 virtual terminal.
Eric Andersenc9f20d92002-12-05 08:41:41 +000053
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000054config RESET
Eric Andersenc9f20d92002-12-05 08:41:41 +000055 bool "reset"
56 default n
57 help
Eric Andersene5642112003-07-14 19:37:08 +000058 This program is used to reset the terminal screen, if it
59 gets messed up.
Eric Andersenc9f20d92002-12-05 08:41:41 +000060
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000061config SETCONSOLE
Mike Frysingera630cb12005-09-24 23:15:53 +000062 bool "setconsole"
63 default n
64 help
65 This program redirects the system console to another device,
66 like the current tty while logged in via telnet.
67
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000068config FEATURE_SETCONSOLE_LONG_OPTIONS
Bernhard Reutner-Fischer01d23ad2006-05-26 20:19:22 +000069 bool "Enable long options"
70 default n
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000071 depends on SET_CONSOLE && GETOPT_LONG
Bernhard Reutner-Fischer01d23ad2006-05-26 20:19:22 +000072 help
73 Support long options for the setconsole applet.
74
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000075config SETKEYCODES
Eric Andersenc9f20d92002-12-05 08:41:41 +000076 bool "setkeycodes"
77 default n
78 help
Eric Andersene5642112003-07-14 19:37:08 +000079 This program loads entries into the kernel's scancode-to-keycode
80 map, allowing unusual keyboards to generate usable keycodes.
Eric Andersenc9f20d92002-12-05 08:41:41 +000081
Denis Vlasenko7d219aa2006-10-05 10:17:08 +000082config SETLOGCONS
Rob Landley87848d92006-03-27 23:23:43 +000083 bool "setlogcons"
84 default n
85 help
86 This program redirects the output console of kernel messages.
87
Eric Andersenc9f20d92002-12-05 08:41:41 +000088endmenu