2002-12-05 14:11:41 +05:30
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see scripts/kbuild/config-language.txt.
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "Console Utilities"
|
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config CHVT
|
2002-12-05 14:11:41 +05:30
|
|
|
bool "chvt"
|
|
|
|
default n
|
|
|
|
help
|
2003-07-15 01:07:08 +05:30
|
|
|
This program is used to change to another terminal.
|
|
|
|
Example: chvt 4 (change to terminal /dev/tty4)
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config CLEAR
|
2002-12-05 14:11:41 +05:30
|
|
|
bool "clear"
|
|
|
|
default n
|
|
|
|
help
|
2003-07-15 01:07:08 +05:30
|
|
|
This program clears the terminal screen.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config DEALLOCVT
|
2002-12-05 14:11:41 +05:30
|
|
|
bool "deallocvt"
|
|
|
|
default n
|
|
|
|
help
|
2003-07-15 01:07:08 +05:30
|
|
|
This program deallocates unused virtual consoles.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config DUMPKMAP
|
2002-12-05 14:11:41 +05:30
|
|
|
bool "dumpkmap"
|
|
|
|
default n
|
|
|
|
help
|
2003-07-15 01:07:08 +05:30
|
|
|
This program dumps the kernel's keyboard translation table to
|
|
|
|
stdout, in binary format. You can then use loadkmap to load it.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2007-10-20 05:47:34 +05:30
|
|
|
config KBD_MODE
|
|
|
|
bool "kbd_mode"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This program reports and sets keyboard mode.
|
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config LOADFONT
|
2002-12-05 14:11:41 +05:30
|
|
|
bool "loadfont"
|
|
|
|
default n
|
|
|
|
help
|
2003-07-15 01:07:08 +05:30
|
|
|
This program loads a console font from standard input.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config LOADKMAP
|
2002-12-05 14:11:41 +05:30
|
|
|
bool "loadkmap"
|
|
|
|
default n
|
|
|
|
help
|
2003-07-15 01:07:08 +05:30
|
|
|
This program loads a keyboard translation table from
|
|
|
|
standard input.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config OPENVT
|
2002-12-05 14:11:41 +05:30
|
|
|
bool "openvt"
|
|
|
|
default n
|
|
|
|
help
|
2003-07-15 01:07:08 +05:30
|
|
|
This program is used to start a command on an unused
|
|
|
|
virtual terminal.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config RESET
|
2002-12-05 14:11:41 +05:30
|
|
|
bool "reset"
|
|
|
|
default n
|
|
|
|
help
|
2003-07-15 01:07:08 +05:30
|
|
|
This program is used to reset the terminal screen, if it
|
|
|
|
gets messed up.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2006-10-25 20:37:56 +05:30
|
|
|
config RESIZE
|
|
|
|
bool "resize"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This program is used to (re)set the width and height of your current
|
|
|
|
terminal.
|
|
|
|
|
|
|
|
config FEATURE_RESIZE_PRINT
|
2008-03-17 14:43:22 +05:30
|
|
|
bool "Print environment variables"
|
2006-10-25 20:37:56 +05:30
|
|
|
default n
|
|
|
|
depends on RESIZE
|
|
|
|
help
|
|
|
|
Prints the newly set size (number of columns and rows) of
|
|
|
|
the terminal.
|
|
|
|
E.g.:
|
|
|
|
COLUMNS=80;LINES=44;export COLUMNS LINES;
|
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config SETCONSOLE
|
2005-09-25 04:45:53 +05:30
|
|
|
bool "setconsole"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This program redirects the system console to another device,
|
|
|
|
like the current tty while logged in via telnet.
|
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config FEATURE_SETCONSOLE_LONG_OPTIONS
|
2006-05-27 01:49:22 +05:30
|
|
|
bool "Enable long options"
|
|
|
|
default n
|
2007-04-11 05:02:37 +05:30
|
|
|
depends on SETCONSOLE && GETOPT_LONG
|
2006-05-27 01:49:22 +05:30
|
|
|
help
|
|
|
|
Support long options for the setconsole applet.
|
|
|
|
|
2008-08-17 19:42:26 +05:30
|
|
|
config SETFONT
|
|
|
|
bool "setfont"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
Allows to load console screen map. Useful for i18n.
|
|
|
|
|
2008-09-17 01:05:42 +05:30
|
|
|
config FEATURE_SETFONT_TEXTUAL_MAP
|
|
|
|
bool "Support reading textual screen maps"
|
|
|
|
default n
|
|
|
|
depends on SETFONT
|
|
|
|
help
|
|
|
|
Support reading textual screen maps.
|
|
|
|
|
|
|
|
config DEFAULT_SETFONT_DIR
|
|
|
|
string "Default directory for console-tools files"
|
|
|
|
default ""
|
|
|
|
depends on SETFONT
|
|
|
|
help
|
|
|
|
Directory to use if setfont's params are simple filenames
|
|
|
|
(not /path/to/file or ./file). Default is "" (no default directory).
|
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config SETKEYCODES
|
2002-12-05 14:11:41 +05:30
|
|
|
bool "setkeycodes"
|
|
|
|
default n
|
|
|
|
help
|
2003-07-15 01:07:08 +05:30
|
|
|
This program loads entries into the kernel's scancode-to-keycode
|
|
|
|
map, allowing unusual keyboards to generate usable keycodes.
|
2002-12-05 14:11:41 +05:30
|
|
|
|
2006-10-05 15:47:08 +05:30
|
|
|
config SETLOGCONS
|
2006-03-28 04:53:43 +05:30
|
|
|
bool "setlogcons"
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
This program redirects the output console of kernel messages.
|
|
|
|
|
2008-08-17 19:47:48 +05:30
|
|
|
config SHOWKEY
|
|
|
|
bool "showkey"
|
|
|
|
default n
|
|
|
|
help
|
2008-08-20 03:56:05 +05:30
|
|
|
Shows keys pressed.
|
2008-08-17 19:47:48 +05:30
|
|
|
|
2002-12-05 14:11:41 +05:30
|
|
|
endmenu
|