diff options
author | Harald Becker | 2010-02-21 13:10:26 +0100 |
---|---|---|
committer | Denys Vlasenko | 2010-02-21 13:10:26 +0100 |
commit | 8ce1dc03c1b2b61e51527b987579c09c991cc4b2 (patch) | |
tree | 45bfbf7c7c84b81a9797c636e8965be097e50f0a /console-tools/Config.in | |
parent | bef5711dab5b78dcaafb33a7f0071dfd90188fe1 (diff) | |
download | busybox-8ce1dc03c1b2b61e51527b987579c09c991cc4b2.zip busybox-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.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/console-tools/Config.in b/console-tools/Config.in index cd0a931..195685b 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 |