Patch from Kent Robotti adding a bunch of menuconfig help
[oweals/busybox.git] / console-tools / Config.in
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
12          This program is used to change to another terminal.
13          Example: chvt 4 (change to terminal /dev/tty4)
14
15 config CONFIG_CLEAR
16         bool "clear"
17         default n
18         help
19          This program clears the terminal screen.
20
21 config CONFIG_DEALLOCVT
22         bool "deallocvt"
23         default n
24         help
25          This program deallocates unused virtual consoles.
26
27 config CONFIG_DUMPKMAP
28         bool "dumpkmap"
29         default n
30         help
31          This program dumps the kernel's keyboard translation table to
32          stdout, in binary format. You can then use loadkmap to load it.
33
34 config CONFIG_LOADACM
35         bool "loadacm"
36         default n
37         help
38          This program loads an acm from standard input.
39
40 config CONFIG_LOADFONT
41         bool "loadfont"
42         default n
43         help
44          This program loads a console font from standard input.
45
46 config CONFIG_LOADKMAP
47         bool "loadkmap"
48         default n
49         help
50          This program loads a keyboard translation table from
51          standard input.
52
53 config CONFIG_OPENVT
54         bool "openvt"
55         default n
56         help
57          This program is used to start a command on an unused
58          virtual terminal.
59
60 config CONFIG_RESET
61         bool "reset"
62         default n
63         help
64          This program is used to reset the terminal screen, if it
65          gets messed up.
66
67 config CONFIG_SETKEYCODES
68         bool "setkeycodes"
69         default n
70         help
71          This program loads entries into the kernel's scancode-to-keycode
72          map, allowing unusual keyboards to generate usable keycodes.
73
74 endmenu