busybox: update to 1.33
[openwrt/staging/mkresin.git] / package / utils / busybox / config / console-tools / Config.in
1 # DO NOT EDIT. This file is generated from Config.src
2 #
3 # For a description of the syntax of this configuration file,
4 # see docs/Kconfig-language.txt.
5 #
6
7 menu "Console Utilities"
8
9 config BUSYBOX_CONFIG_CHVT
10 bool "chvt (2 kb)"
11 default BUSYBOX_DEFAULT_CHVT
12 help
13 This program is used to change to another terminal.
14 Example: chvt 4 (change to terminal /dev/tty4)
15 config BUSYBOX_CONFIG_CLEAR
16 bool "clear (tiny)"
17 default BUSYBOX_DEFAULT_CLEAR
18 help
19 This program clears the terminal screen.
20 config BUSYBOX_CONFIG_DEALLOCVT
21 bool "deallocvt (1.9 kb)"
22 default BUSYBOX_DEFAULT_DEALLOCVT
23 help
24 This program deallocates unused virtual consoles.
25 config BUSYBOX_CONFIG_DUMPKMAP
26 bool "dumpkmap (1.6 kb)"
27 default BUSYBOX_DEFAULT_DUMPKMAP
28 help
29 This program dumps the kernel's keyboard translation table to
30 stdout, in binary format. You can then use loadkmap to load it.
31 config BUSYBOX_CONFIG_FGCONSOLE
32 bool "fgconsole (1.5 kb)"
33 default BUSYBOX_DEFAULT_FGCONSOLE
34 help
35 This program prints active (foreground) console number.
36 config BUSYBOX_CONFIG_KBD_MODE
37 bool "kbd_mode (4.1 kb)"
38 default BUSYBOX_DEFAULT_KBD_MODE
39 help
40 This program reports and sets keyboard mode.
41 config BUSYBOX_CONFIG_LOADFONT
42 bool "loadfont (5.2 kb)"
43 default BUSYBOX_DEFAULT_LOADFONT
44 help
45 This program loads a console font from standard input.
46
47 config BUSYBOX_CONFIG_SETFONT
48 bool "setfont (24 kb)"
49 default BUSYBOX_DEFAULT_SETFONT
50 help
51 Allows to load console screen map. Useful for i18n.
52
53 config BUSYBOX_CONFIG_FEATURE_SETFONT_TEXTUAL_MAP
54 bool "Support reading textual screen maps"
55 default BUSYBOX_DEFAULT_FEATURE_SETFONT_TEXTUAL_MAP
56 depends on BUSYBOX_CONFIG_SETFONT
57 help
58 Support reading textual screen maps.
59
60 config BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR
61 string "Default directory for console-tools files"
62 default BUSYBOX_DEFAULT_DEFAULT_SETFONT_DIR
63 depends on BUSYBOX_CONFIG_SETFONT
64 help
65 Directory to use if setfont's params are simple filenames
66 (not /path/to/file or ./file). Default is "" (no default directory).
67
68 comment "Common options for loadfont and setfont"
69 depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
70
71 config BUSYBOX_CONFIG_FEATURE_LOADFONT_PSF2
72 bool "Support PSF2 console fonts"
73 default BUSYBOX_DEFAULT_FEATURE_LOADFONT_PSF2
74 depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
75
76 config BUSYBOX_CONFIG_FEATURE_LOADFONT_RAW
77 bool "Support old (raw) console fonts"
78 default BUSYBOX_DEFAULT_FEATURE_LOADFONT_RAW
79 depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
80 config BUSYBOX_CONFIG_LOADKMAP
81 bool "loadkmap (1.8 kb)"
82 default BUSYBOX_DEFAULT_LOADKMAP
83 help
84 This program loads a keyboard translation table from
85 standard input.
86 config BUSYBOX_CONFIG_OPENVT
87 bool "openvt (7.2 kb)"
88 default BUSYBOX_DEFAULT_OPENVT
89 help
90 This program is used to start a command on an unused
91 virtual terminal.
92 config BUSYBOX_CONFIG_RESET
93 bool "reset (345 bytes)"
94 default BUSYBOX_DEFAULT_RESET
95 help
96 This program is used to reset the terminal screen, if it
97 gets messed up.
98 config BUSYBOX_CONFIG_RESIZE
99 bool "resize (903 bytes)"
100 default BUSYBOX_DEFAULT_RESIZE
101 help
102 This program is used to (re)set the width and height of your current
103 terminal.
104
105 config BUSYBOX_CONFIG_FEATURE_RESIZE_PRINT
106 bool "Print environment variables"
107 default BUSYBOX_DEFAULT_FEATURE_RESIZE_PRINT
108 depends on BUSYBOX_CONFIG_RESIZE
109 help
110 Prints the newly set size (number of columns and rows) of
111 the terminal.
112 E.g.:
113 COLUMNS=80;LINES=44;export COLUMNS LINES;
114 config BUSYBOX_CONFIG_SETCONSOLE
115 bool "setconsole (3.6 kb)"
116 default BUSYBOX_DEFAULT_SETCONSOLE
117 help
118 Redirect writes to /dev/console to another device,
119 like the current tty while logged in via telnet.
120 This does not redirect kernel log, only writes
121 from user space.
122
123 config BUSYBOX_CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS
124 bool "Enable long options"
125 default BUSYBOX_DEFAULT_FEATURE_SETCONSOLE_LONG_OPTIONS
126 depends on BUSYBOX_CONFIG_SETCONSOLE && BUSYBOX_CONFIG_LONG_OPTS
127 config BUSYBOX_CONFIG_SETKEYCODES
128 bool "setkeycodes (2.1 kb)"
129 default BUSYBOX_DEFAULT_SETKEYCODES
130 help
131 This program loads entries into the kernel's scancode-to-keycode
132 map, allowing unusual keyboards to generate usable keycodes.
133 config BUSYBOX_CONFIG_SETLOGCONS
134 bool "setlogcons (1.8 kb)"
135 default BUSYBOX_DEFAULT_SETLOGCONS
136 help
137 This program redirects the output console of kernel messages.
138 config BUSYBOX_CONFIG_SHOWKEY
139 bool "showkey (4.7 kb)"
140 default BUSYBOX_DEFAULT_SHOWKEY
141 help
142 Shows keys pressed.
143
144 endmenu