blob: e261794ab481fea1ff737ae69321891ebaae4fdc [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
8config CONFIG_CHVT
9 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
15config CONFIG_CLEAR
16 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
21config CONFIG_DEALLOCVT
22 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
27config CONFIG_DUMPKMAP
28 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
Eric Andersenc9f20d92002-12-05 08:41:41 +000034config CONFIG_LOADFONT
35 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
40config CONFIG_LOADKMAP
41 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
47config CONFIG_OPENVT
48 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
54config CONFIG_RESET
55 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
61config CONFIG_SETKEYCODES
62 bool "setkeycodes"
63 default n
64 help
Eric Andersene5642112003-07-14 19:37:08 +000065 This program loads entries into the kernel's scancode-to-keycode
66 map, allowing unusual keyboards to generate usable keycodes.
Eric Andersenc9f20d92002-12-05 08:41:41 +000067
68endmenu