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_CLEAR
19 This program clears the terminal screen.
21 config BUSYBOX_CONFIG_DEALLOCVT
25 This program deallocates unused virtual consoles.
27 config BUSYBOX_CONFIG_DUMPKMAP
31 This program dumps the kernel's keyboard translation table to
32 stdout, in binary format. You can then use loadkmap to load it.
34 config BUSYBOX_CONFIG_KBD_MODE
38 This program reports and sets keyboard mode.
40 config BUSYBOX_CONFIG_LOADFONT
44 This program loads a console font from standard input.
46 config BUSYBOX_CONFIG_LOADKMAP
50 This program loads a keyboard translation table from
53 config BUSYBOX_CONFIG_OPENVT
57 This program is used to start a command on an unused
60 config BUSYBOX_CONFIG_RESET
64 This program is used to reset the terminal screen, if it
67 config BUSYBOX_CONFIG_RESIZE
71 This program is used to (re)set the width and height of your current
74 config BUSYBOX_CONFIG_FEATURE_RESIZE_PRINT
75 bool "Print environment variables"
77 depends on BUSYBOX_CONFIG_RESIZE
79 Prints the newly set size (number of columns and rows) of
82 COLUMNS=80;LINES=44;export COLUMNS LINES;
84 config BUSYBOX_CONFIG_SETCONSOLE
88 This program redirects the system console to another device,
89 like the current tty while logged in via telnet.
91 config BUSYBOX_CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS
92 bool "Enable long options"
94 depends on BUSYBOX_CONFIG_SETCONSOLE && BUSYBOX_CONFIG_LONG_OPTS
96 Support long options for the setconsole applet.
98 config BUSYBOX_CONFIG_SETFONT
102 Allows to load console screen map. Useful for i18n.
104 config BUSYBOX_CONFIG_FEATURE_SETFONT_TEXTUAL_MAP
105 bool "Support reading textual screen maps"
107 depends on BUSYBOX_CONFIG_SETFONT
109 Support reading textual screen maps.
111 config BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR
112 string "Default directory for console-tools files"
114 depends on BUSYBOX_CONFIG_SETFONT
116 Directory to use if setfont's params are simple filenames
117 (not /path/to/file or ./file). Default is "" (no default directory).
119 config BUSYBOX_CONFIG_SETKEYCODES
123 This program loads entries into the kernel's scancode-to-keycode
124 map, allowing unusual keyboards to generate usable keycodes.
126 config BUSYBOX_CONFIG_SETLOGCONS
130 This program redirects the output console of kernel messages.
132 config BUSYBOX_CONFIG_SHOWKEY