aboutsummaryrefslogtreecommitdiff
path: root/console-tools/Config.in
diff options
context:
space:
mode:
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