2 # For a description of the syntax of this configuration file,
3 # see scripts/kbuild/config-language.txt.
6 menu "Console Utilities"
8 config BUSYBOX_CONFIG_CHVT
12 This program is used to change to another terminal.
13 Example: chvt 4 (change to terminal /dev/tty4)
15 config BUSYBOX_CONFIG_FGCONSOLE
19 This program prints active (foreground) console number.
21 config BUSYBOX_CONFIG_CLEAR
25 This program clears the terminal screen.
27 config BUSYBOX_CONFIG_DEALLOCVT
31 This program deallocates unused virtual consoles.
33 config BUSYBOX_CONFIG_DUMPKMAP
37 This program dumps the kernel's keyboard translation table to
38 stdout, in binary format. You can then use loadkmap to load it.
40 config BUSYBOX_CONFIG_KBD_MODE
44 This program reports and sets keyboard mode.
46 config BUSYBOX_CONFIG_LOADFONT
50 This program loads a console font from standard input.
52 config BUSYBOX_CONFIG_LOADKMAP
56 This program loads a keyboard translation table from
59 config BUSYBOX_CONFIG_OPENVT
63 This program is used to start a command on an unused
66 config BUSYBOX_CONFIG_RESET
70 This program is used to reset the terminal screen, if it
73 config BUSYBOX_CONFIG_RESIZE
77 This program is used to (re)set the width and height of your current
80 config BUSYBOX_CONFIG_FEATURE_RESIZE_PRINT
81 bool "Print environment variables"
83 depends on BUSYBOX_CONFIG_RESIZE
85 Prints the newly set size (number of columns and rows) of
88 COLUMNS=80;LINES=44;export COLUMNS LINES;
90 config BUSYBOX_CONFIG_SETCONSOLE
94 This program redirects the system console to another device,
95 like the current tty while logged in via telnet.
97 config BUSYBOX_CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS
98 bool "Enable long options"
100 depends on BUSYBOX_CONFIG_SETCONSOLE && BUSYBOX_CONFIG_LONG_OPTS
102 Support long options for the setconsole applet.
104 config BUSYBOX_CONFIG_SETFONT
108 Allows to load console screen map. Useful for i18n.
110 config BUSYBOX_CONFIG_FEATURE_SETFONT_TEXTUAL_MAP
111 bool "Support reading textual screen maps"
113 depends on BUSYBOX_CONFIG_SETFONT
115 Support reading textual screen maps.
117 config BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR
118 string "Default directory for console-tools files"
120 depends on BUSYBOX_CONFIG_SETFONT
122 Directory to use if setfont's params are simple filenames
123 (not /path/to/file or ./file). Default is "" (no default directory).
125 config BUSYBOX_CONFIG_SETKEYCODES
129 This program loads entries into the kernel's scancode-to-keycode
130 map, allowing unusual keyboards to generate usable keycodes.
132 config BUSYBOX_CONFIG_SETLOGCONS
136 This program redirects the output console of kernel messages.
138 config BUSYBOX_CONFIG_SHOWKEY
144 comment "Common options for loadfont and setfont"
145 depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
147 config BUSYBOX_CONFIG_FEATURE_LOADFONT_PSF2
148 bool "Support for PSF2 console fonts"
150 depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
152 Support PSF2 console fonts.
154 config BUSYBOX_CONFIG_FEATURE_LOADFONT_RAW
155 bool "Support for old (raw) console fonts"
157 depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
159 Support old (raw) console fonts.