2014-01-31 13:50:16 +00:00
|
|
|
# DO NOT EDIT. This file is generated from Config.src
|
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2019-02-27 03:23:45 +00:00
|
|
|
# see docs/Kconfig-language.txt.
|
2014-01-31 13:50:16 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
menu "Console Utilities"
|
|
|
|
|
|
|
|
config BUSYBOX_CONFIG_CHVT
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "chvt (2 kb)"
|
2014-01-31 13:50:16 +00:00
|
|
|
default BUSYBOX_DEFAULT_CHVT
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
This program is used to change to another terminal.
|
|
|
|
Example: chvt 4 (change to terminal /dev/tty4)
|
2014-01-31 13:50:16 +00:00
|
|
|
config BUSYBOX_CONFIG_CLEAR
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "clear (tiny)"
|
2014-01-31 13:50:16 +00:00
|
|
|
default BUSYBOX_DEFAULT_CLEAR
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
This program clears the terminal screen.
|
2014-01-31 13:50:16 +00:00
|
|
|
config BUSYBOX_CONFIG_DEALLOCVT
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "deallocvt (1.9 kb)"
|
2014-01-31 13:50:16 +00:00
|
|
|
default BUSYBOX_DEFAULT_DEALLOCVT
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
This program deallocates unused virtual consoles.
|
2014-01-31 13:50:16 +00:00
|
|
|
config BUSYBOX_CONFIG_DUMPKMAP
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "dumpkmap (1.6 kb)"
|
2014-01-31 13:50:16 +00:00
|
|
|
default BUSYBOX_DEFAULT_DUMPKMAP
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
This program dumps the kernel's keyboard translation table to
|
|
|
|
stdout, in binary format. You can then use loadkmap to load it.
|
2017-01-15 01:21:41 +00:00
|
|
|
config BUSYBOX_CONFIG_FGCONSOLE
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "fgconsole (1.5 kb)"
|
2017-01-15 01:21:41 +00:00
|
|
|
default BUSYBOX_DEFAULT_FGCONSOLE
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
This program prints active (foreground) console number.
|
2014-01-31 13:50:16 +00:00
|
|
|
config BUSYBOX_CONFIG_KBD_MODE
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "kbd_mode (4.1 kb)"
|
2014-01-31 13:50:16 +00:00
|
|
|
default BUSYBOX_DEFAULT_KBD_MODE
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
This program reports and sets keyboard mode.
|
2014-01-31 13:50:16 +00:00
|
|
|
config BUSYBOX_CONFIG_LOADFONT
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "loadfont (5.2 kb)"
|
2014-01-31 13:50:16 +00:00
|
|
|
default BUSYBOX_DEFAULT_LOADFONT
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
This program loads a console font from standard input.
|
2014-01-31 13:50:16 +00:00
|
|
|
|
2017-01-15 01:21:41 +00:00
|
|
|
config BUSYBOX_CONFIG_SETFONT
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "setfont (24 kb)"
|
2017-01-15 01:21:41 +00:00
|
|
|
default BUSYBOX_DEFAULT_SETFONT
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
Allows to load console screen map. Useful for i18n.
|
2017-01-15 01:21:41 +00:00
|
|
|
|
|
|
|
config BUSYBOX_CONFIG_FEATURE_SETFONT_TEXTUAL_MAP
|
|
|
|
bool "Support reading textual screen maps"
|
|
|
|
default BUSYBOX_DEFAULT_FEATURE_SETFONT_TEXTUAL_MAP
|
|
|
|
depends on BUSYBOX_CONFIG_SETFONT
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
Support reading textual screen maps.
|
2017-01-15 01:21:41 +00:00
|
|
|
|
|
|
|
config BUSYBOX_CONFIG_DEFAULT_SETFONT_DIR
|
|
|
|
string "Default directory for console-tools files"
|
|
|
|
default BUSYBOX_DEFAULT_DEFAULT_SETFONT_DIR
|
|
|
|
depends on BUSYBOX_CONFIG_SETFONT
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
Directory to use if setfont's params are simple filenames
|
|
|
|
(not /path/to/file or ./file). Default is "" (no default directory).
|
2017-01-15 01:21:41 +00:00
|
|
|
|
|
|
|
comment "Common options for loadfont and setfont"
|
|
|
|
depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
|
|
|
|
|
|
|
|
config BUSYBOX_CONFIG_FEATURE_LOADFONT_PSF2
|
2017-08-23 21:13:34 +00:00
|
|
|
bool "Support PSF2 console fonts"
|
2017-01-15 01:21:41 +00:00
|
|
|
default BUSYBOX_DEFAULT_FEATURE_LOADFONT_PSF2
|
|
|
|
depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
|
|
|
|
|
|
|
|
config BUSYBOX_CONFIG_FEATURE_LOADFONT_RAW
|
2017-08-23 21:13:34 +00:00
|
|
|
bool "Support old (raw) console fonts"
|
2017-01-15 01:21:41 +00:00
|
|
|
default BUSYBOX_DEFAULT_FEATURE_LOADFONT_RAW
|
|
|
|
depends on BUSYBOX_CONFIG_LOADFONT || BUSYBOX_CONFIG_SETFONT
|
2014-01-31 13:50:16 +00:00
|
|
|
config BUSYBOX_CONFIG_LOADKMAP
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "loadkmap (1.8 kb)"
|
2014-01-31 13:50:16 +00:00
|
|
|
default BUSYBOX_DEFAULT_LOADKMAP
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
This program loads a keyboard translation table from
|
|
|
|
standard input.
|
2014-01-31 13:50:16 +00:00
|
|
|
config BUSYBOX_CONFIG_OPENVT
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "openvt (7.2 kb)"
|
2014-01-31 13:50:16 +00:00
|
|
|
default BUSYBOX_DEFAULT_OPENVT
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
This program is used to start a command on an unused
|
|
|
|
virtual terminal.
|
2014-01-31 13:50:16 +00:00
|
|
|
config BUSYBOX_CONFIG_RESET
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "reset (345 bytes)"
|
2014-01-31 13:50:16 +00:00
|
|
|
default BUSYBOX_DEFAULT_RESET
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
This program is used to reset the terminal screen, if it
|
|
|
|
gets messed up.
|
2014-01-31 13:50:16 +00:00
|
|
|
config BUSYBOX_CONFIG_RESIZE
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "resize (903 bytes)"
|
2014-01-31 13:50:16 +00:00
|
|
|
default BUSYBOX_DEFAULT_RESIZE
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
This program is used to (re)set the width and height of your current
|
|
|
|
terminal.
|
2014-01-31 13:50:16 +00:00
|
|
|
|
|
|
|
config BUSYBOX_CONFIG_FEATURE_RESIZE_PRINT
|
|
|
|
bool "Print environment variables"
|
|
|
|
default BUSYBOX_DEFAULT_FEATURE_RESIZE_PRINT
|
|
|
|
depends on BUSYBOX_CONFIG_RESIZE
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
Prints the newly set size (number of columns and rows) of
|
|
|
|
the terminal.
|
|
|
|
E.g.:
|
|
|
|
COLUMNS=80;LINES=44;export COLUMNS LINES;
|
2014-01-31 13:50:16 +00:00
|
|
|
config BUSYBOX_CONFIG_SETCONSOLE
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "setconsole (3.6 kb)"
|
2014-01-31 13:50:16 +00:00
|
|
|
default BUSYBOX_DEFAULT_SETCONSOLE
|
|
|
|
help
|
2019-02-27 03:23:45 +00:00
|
|
|
Redirect writes to /dev/console to another device,
|
2019-02-27 03:22:35 +00:00
|
|
|
like the current tty while logged in via telnet.
|
2019-02-27 03:23:45 +00:00
|
|
|
This does not redirect kernel log, only writes
|
|
|
|
from user space.
|
2014-01-31 13:50:16 +00:00
|
|
|
|
|
|
|
config BUSYBOX_CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS
|
|
|
|
bool "Enable long options"
|
|
|
|
default BUSYBOX_DEFAULT_FEATURE_SETCONSOLE_LONG_OPTIONS
|
|
|
|
depends on BUSYBOX_CONFIG_SETCONSOLE && BUSYBOX_CONFIG_LONG_OPTS
|
|
|
|
config BUSYBOX_CONFIG_SETKEYCODES
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "setkeycodes (2.1 kb)"
|
2014-01-31 13:50:16 +00:00
|
|
|
default BUSYBOX_DEFAULT_SETKEYCODES
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
This program loads entries into the kernel's scancode-to-keycode
|
|
|
|
map, allowing unusual keyboards to generate usable keycodes.
|
2014-01-31 13:50:16 +00:00
|
|
|
config BUSYBOX_CONFIG_SETLOGCONS
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "setlogcons (1.8 kb)"
|
2014-01-31 13:50:16 +00:00
|
|
|
default BUSYBOX_DEFAULT_SETLOGCONS
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
This program redirects the output console of kernel messages.
|
2014-01-31 13:50:16 +00:00
|
|
|
config BUSYBOX_CONFIG_SHOWKEY
|
2019-02-27 03:23:45 +00:00
|
|
|
bool "showkey (4.7 kb)"
|
2014-01-31 13:50:16 +00:00
|
|
|
default BUSYBOX_DEFAULT_SHOWKEY
|
|
|
|
help
|
2019-02-27 03:22:35 +00:00
|
|
|
Shows keys pressed.
|
2014-01-31 13:50:16 +00:00
|
|
|
|
|
|
|
endmenu
|