1 # DO NOT EDIT. This file is generated from Config.src
3 # For a description of the syntax of this configuration file,
4 # see scripts/kbuild/config-language.txt.
7 menu "Console Utilities"
11 config BUSYBOX_CONFIG_CHVT
14 select BUSYBOX_CONFIG_PLATFORM_LINUX
16 This program is used to change to another terminal.
17 Example: chvt 4 (change to terminal /dev/tty4)
19 config BUSYBOX_CONFIG_FGCONSOLE
22 select BUSYBOX_CONFIG_PLATFORM_LINUX
24 This program prints active (foreground) console number.
26 config BUSYBOX_CONFIG_CLEAR
30 This program clears the terminal screen.
32 config BUSYBOX_CONFIG_DEALLOCVT
35 select BUSYBOX_CONFIG_PLATFORM_LINUX
37 This program deallocates unused virtual consoles.
39 config BUSYBOX_CONFIG_DUMPKMAP
42 select BUSYBOX_CONFIG_PLATFORM_LINUX
44 This program dumps the kernel's keyboard translation table to
45 stdout, in binary format. You can then use loadkmap to load it.
47 config BUSYBOX_CONFIG_KBD_MODE
50 select BUSYBOX_CONFIG_PLATFORM_LINUX
52 This program reports and sets keyboard mode.
54 config BUSYBOX_CONFIG_LOADFONT
57 select BUSYBOX_CONFIG_PLATFORM_LINUX
59 This program loads a console font from standard input.
61 config BUSYBOX_CONFIG_LOADKMAP
64 select BUSYBOX_CONFIG_PLATFORM_LINUX
66 This program loads a keyboard translation table from
69 config BUSYBOX_CONFIG_OPENVT
72 select BUSYBOX_CONFIG_PLATFORM_LINUX
74 This program is used to start a command on an unused
77 config BUSYBOX_CONFIG_RESET
81 This program is used to reset the terminal screen, if it
84 config BUSYBOX_CONFIG_RESIZE
88 This program is used to (re)set the width and height of your current
91 config BUSYBOX_CONFIG_FEATURE_RESIZE_PRINT
92 bool "Print environment variables"
94 depends on BUSYBOX_CONFIG_RESIZE
96 Prints the newly set size (number of columns and rows) of
99 COLUMNS=80;LINES=44;export COLUMNS LINES;
101 config BUSYBOX_CONFIG_SETCONSOLE
104 select BUSYBOX_CONFIG_PLATFORM_LINUX
106 This program redirects the system console to another device,
107 like the current tty while logged in via telnet.
109 config BUSYBOX_CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS
110 bool "Enable long options"
112 depends on BUSYBOX_CONFIG_SETCONSOLE && BUSYBOX_CONFIG_LONG_OPTS
114 Support long options for the setconsole applet.
116 config BUSYBOX_CONFIG_SETFONT
119 select BUSYBOX_CONFIG_PLATFORM_LINUX
121 Allows to load console screen map. Useful for i18n.
123 config BUSYBOX_CONFIG_FEATURE_SETFONT_TEXTUAL_MAP
124 bool "Support reading textual screen maps"
126 depends on BUSYBOX_CONFIG_SETFONT
128 Support reading textual screen maps.
130 config BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR
131 string "Default directory for console-tools files"
133 depends on BUSYBOX_CONFIG_SETFONT
135 Directory to use if setfont's params are simple filenames
136 (not /path/to/file or ./file). Default is "" (no default directory).
138 config BUSYBOX_CONFIG_SETKEYCODES
141 select BUSYBOX_CONFIG_PLATFORM_LINUX
143 This program loads entries into the kernel's scancode-to-keycode
144 map, allowing unusual keyboards to generate usable keycodes.
146 config BUSYBOX_CONFIG_SETLOGCONS
149 select BUSYBOX_CONFIG_PLATFORM_LINUX
151 This program redirects the output console of kernel messages.
153 config BUSYBOX_CONFIG_SHOWKEY
156 select BUSYBOX_CONFIG_PLATFORM_LINUX
160 comment "Common options for loadfont and setfont"
161 depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
163 config BUSYBOX_CONFIG_FEATURE_LOADFONT_PSF2
164 bool "Support for PSF2 console fonts"
166 depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
168 Support PSF2 console fonts.
170 config BUSYBOX_CONFIG_FEATURE_LOADFONT_RAW
171 bool "Support for old (raw) console fonts"
173 depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
175 Support old (raw) console fonts.