summaryrefslogtreecommitdiff
path: root/busybox-console-tools.kconfig
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-19 21:01:58 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-10-19 21:01:58 +0200
commitfab23cdd6e3500844318d98cc5280524d5353d64 (patch)
tree92b6a569171fb0aeef9cdf8bb01b48e3ab907639 /busybox-console-tools.kconfig
parent058ad821283c7c88a89efcd918b860483167e4a7 (diff)
downloadembtk-busybox-kconfigs-fab23cdd6e3500844318d98cc5280524d5353d64.tar.gz
embtk-busybox-kconfigs-fab23cdd6e3500844318d98cc5280524d5353d64.tar.bz2
embtk-busybox-kconfigs-fab23cdd6e3500844318d98cc5280524d5353d64.tar.xz
Bump busybox-1.20.2 kconfig symbolsbusybox-1.20.2
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'busybox-console-tools.kconfig')
-rw-r--r--busybox-console-tools.kconfig31
1 files changed, 13 insertions, 18 deletions
diff --git a/busybox-console-tools.kconfig b/busybox-console-tools.kconfig
index 500470a..bf81b00 100644
--- a/busybox-console-tools.kconfig
+++ b/busybox-console-tools.kconfig
@@ -8,11 +8,10 @@ comment "Console Utilities"
comment "-------------------------------------------------"
-
config KEMBTK_BUSYB_CHVT
bool "chvt"
default y
- depends on KEMBTK_BUSYB_PLATFORM_LINUX
+ select KEMBTK_BUSYB_PLATFORM_LINUX
help
This program is used to change to another terminal.
Example: chvt 4 (change to terminal /dev/tty4)
@@ -20,8 +19,7 @@ config KEMBTK_BUSYB_CHVT
config KEMBTK_BUSYB_FGCONSOLE
bool "fgconsole"
default y
- depends on KEMBTK_BUSYB_PLATFORM_LINUX
- depends on EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
+ select KEMBTK_BUSYB_PLATFORM_LINUX
help
This program prints active (foreground) console number.
@@ -34,14 +32,14 @@ config KEMBTK_BUSYB_CLEAR
config KEMBTK_BUSYB_DEALLOCVT
bool "deallocvt"
default y
- depends on KEMBTK_BUSYB_PLATFORM_LINUX
+ select KEMBTK_BUSYB_PLATFORM_LINUX
help
This program deallocates unused virtual consoles.
config KEMBTK_BUSYB_DUMPKMAP
bool "dumpkmap"
default y
- depends on KEMBTK_BUSYB_PLATFORM_LINUX
+ select KEMBTK_BUSYB_PLATFORM_LINUX
help
This program dumps the kernel's keyboard translation table to
stdout, in binary format. You can then use loadkmap to load it.
@@ -49,21 +47,21 @@ config KEMBTK_BUSYB_DUMPKMAP
config KEMBTK_BUSYB_KBD_MODE
bool "kbd_mode"
default y
- depends on KEMBTK_BUSYB_PLATFORM_LINUX
+ select KEMBTK_BUSYB_PLATFORM_LINUX
help
This program reports and sets keyboard mode.
config KEMBTK_BUSYB_LOADFONT
bool "loadfont"
default y
- depends on KEMBTK_BUSYB_PLATFORM_LINUX
+ select KEMBTK_BUSYB_PLATFORM_LINUX
help
This program loads a console font from standard input.
config KEMBTK_BUSYB_LOADKMAP
bool "loadkmap"
default y
- depends on KEMBTK_BUSYB_PLATFORM_LINUX
+ select KEMBTK_BUSYB_PLATFORM_LINUX
help
This program loads a keyboard translation table from
standard input.
@@ -71,7 +69,7 @@ config KEMBTK_BUSYB_LOADKMAP
config KEMBTK_BUSYB_OPENVT
bool "openvt"
default y
- depends on KEMBTK_BUSYB_PLATFORM_LINUX
+ select KEMBTK_BUSYB_PLATFORM_LINUX
help
This program is used to start a command on an unused
virtual terminal.
@@ -103,7 +101,7 @@ config KEMBTK_BUSYB_FEATURE_RESIZE_PRINT
config KEMBTK_BUSYB_SETCONSOLE
bool "setconsole"
default y
- depends on KEMBTK_BUSYB_PLATFORM_LINUX
+ select KEMBTK_BUSYB_PLATFORM_LINUX
help
This program redirects the system console to another device,
like the current tty while logged in via telnet.
@@ -118,7 +116,7 @@ config KEMBTK_BUSYB_FEATURE_SETCONSOLE_LONG_OPTIONS
config KEMBTK_BUSYB_SETFONT
bool "setfont"
default y
- depends on KEMBTK_BUSYB_PLATFORM_LINUX
+ select KEMBTK_BUSYB_PLATFORM_LINUX
help
Allows to load console screen map. Useful for i18n.
@@ -140,7 +138,7 @@ config KEMBTK_BUSYB_DEFAULT_SETFONT_DIR
config KEMBTK_BUSYB_SETKEYCODES
bool "setkeycodes"
default y
- depends on KEMBTK_BUSYB_PLATFORM_LINUX
+ select KEMBTK_BUSYB_PLATFORM_LINUX
help
This program loads entries into the kernel's scancode-to-keycode
map, allowing unusual keyboards to generate usable keycodes.
@@ -148,26 +146,24 @@ config KEMBTK_BUSYB_SETKEYCODES
config KEMBTK_BUSYB_SETLOGCONS
bool "setlogcons"
default y
- depends on KEMBTK_BUSYB_PLATFORM_LINUX
+ select KEMBTK_BUSYB_PLATFORM_LINUX
help
This program redirects the output console of kernel messages.
config KEMBTK_BUSYB_SHOWKEY
bool "showkey"
default y
- depends on KEMBTK_BUSYB_PLATFORM_LINUX
+ select KEMBTK_BUSYB_PLATFORM_LINUX
help
Shows keys pressed.
comment "Common options for loadfont and setfont"
depends on KEMBTK_BUSYB_LOADFONT || KEMBTK_BUSYB_SETFONT
- depends on EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
config KEMBTK_BUSYB_FEATURE_LOADFONT_PSF2
bool "Support for KEMBTK_BUSYB_PSF2 console fonts"
default y
depends on KEMBTK_BUSYB_LOADFONT || KEMBTK_BUSYB_SETFONT
- depends on EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
help
Support KEMBTK_BUSYB_PSF2 console fonts.
@@ -175,7 +171,6 @@ config KEMBTK_BUSYB_FEATURE_LOADFONT_RAW
bool "Support for old (raw) console fonts"
default y
depends on KEMBTK_BUSYB_LOADFONT || KEMBTK_BUSYB_SETFONT
- depends on EMBTK_BB_VERSION_1_17_X || EMBTK_BB_VERSION_1_18_X
help
Support old (raw) console fonts.