loadfont/setfont: optional PSF2 font support
Signed-off-by: Harald Becker <ralda@gmx.de>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
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 @@
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