aboutsummaryrefslogtreecommitdiff
path: root/console-tools/Config.in
diff options
context:
space:
mode:
authorHarald Becker <ralda@gmx.de>2010-02-21 13:10:26 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2010-02-21 13:10:26 +0100
commit8ce1dc03c1b2b61e51527b987579c09c991cc4b2 (patch)
tree45bfbf7c7c84b81a9797c636e8965be097e50f0a /console-tools/Config.in
parentbef5711dab5b78dcaafb33a7f0071dfd90188fe1 (diff)
downloadbusybox-8ce1dc03c1b2b61e51527b987579c09c991cc4b2.tar.gz
loadfont/setfont: optional PSF2 font support
Signed-off-by: Harald Becker <ralda@gmx.de> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'console-tools/Config.in')
-rw-r--r--console-tools/Config.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/console-tools/Config.in b/console-tools/Config.in
index cd0a9310e..195685b97 100644
--- a/console-tools/Config.in
+++ b/console-tools/Config.in
@@ -135,4 +135,21 @@ config SHOWKEY
help
Shows keys pressed.
+comment "Common options for loadfont and setfont"
+ depends on LOADFONT || SETFONT
+
+config FEATURE_LOADFONT_PSF2
+ bool "Support for PSF2 console fonts"
+ default n
+ depends on LOADFONT || SETFONT
+ help
+ Support PSF2 console fonts.
+
+config FEATURE_LOADFONT_RAW
+ bool "Support for old (raw) console fonts"
+ default n
+ depends on LOADFONT || SETFONT
+ help
+ Support old (raw) console fonts.
+
endmenu