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_LOADFONT
38 This program loads a console font from standard input.
40 config BUSYBOX_CONFIG_LOADKMAP
44 This program loads a keyboard translation table from
47 config BUSYBOX_CONFIG_OPENVT
51 This program is used to start a command on an unused
54 config BUSYBOX_CONFIG_RESET
58 This program is used to reset the terminal screen, if it
61 config BUSYBOX_CONFIG_RESIZE
65 This program is used to (re)set the width and height of your current
68 config BUSYBOX_CONFIG_FEATURE_RESIZE_PRINT
69 bool "print environment variables"
71 depends on BUSYBOX_CONFIG_RESIZE
73 Prints the newly set size (number of columns and rows) of
76 COLUMNS=80;LINES=44;export COLUMNS LINES;
78 config BUSYBOX_CONFIG_SETCONSOLE
82 This program redirects the system console to another device,
83 like the current tty while logged in via telnet.
85 config BUSYBOX_CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS
86 bool "Enable long options"
88 depends on BUSYBOX_CONFIG_SET_CONSOLE && BUSYBOX_CONFIG_GETOPT_LONG
90 Support long options for the setconsole applet.
92 config BUSYBOX_CONFIG_SETKEYCODES
96 This program loads entries into the kernel's scancode-to-keycode
97 map, allowing unusual keyboards to generate usable keycodes.
99 config BUSYBOX_CONFIG_SETLOGCONS
103 This program redirects the output console of kernel messages.