summaryrefslogtreecommitdiffstats
path: root/package/busybox/config/console-tools/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'package/busybox/config/console-tools/Config.in')
-rw-r--r--package/busybox/config/console-tools/Config.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/busybox/config/console-tools/Config.in b/package/busybox/config/console-tools/Config.in
index 7f0764fbf..02fcef49f 100644
--- a/package/busybox/config/console-tools/Config.in
+++ b/package/busybox/config/console-tools/Config.in
@@ -95,6 +95,12 @@ config BUSYBOX_CONFIG_FEATURE_SETCONSOLE_LONG_OPTIONS
help
Support long options for the setconsole applet.
+config BUSYBOX_CONFIG_SETFONT
+ bool "setfont"
+ default n
+ help
+ Allows to load console screen map. Useful for i18n.
+
config BUSYBOX_CONFIG_SETKEYCODES
bool "setkeycodes"
default n
@@ -108,4 +114,10 @@ config BUSYBOX_CONFIG_SETLOGCONS
help
This program redirects the output console of kernel messages.
+config BUSYBOX_CONFIG_SHOWKEY
+ bool "showkey"
+ default n
+ help
+ Shows keys pressed.
+
endmenu