]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - lib/fonts/Kconfig
Fonts: New Terminus large console font
[mirror_ubuntu-bionic-kernel.git] / lib / fonts / Kconfig
index 8fa0791e8a1e54a5e886228c1ea84572dd3f5e3d..3ecdd5204ec54083244c2a194f35bcd40a840abb 100644 (file)
@@ -109,6 +109,15 @@ config FONT_SUN12x22
          big letters (like the letters used in the SPARC PROM). If the
          standard font is unreadable for you, say Y, otherwise say N.
 
          big letters (like the letters used in the SPARC PROM). If the
          standard font is unreadable for you, say Y, otherwise say N.
 
+config FONT_TER16x32
+       bool "Terminus 16x32 font (not supported by all drivers)"
+       depends on FRAMEBUFFER_CONSOLE && (!SPARC && FONTS || SPARC)
+       help
+         Terminus Font is a clean, fixed width bitmap font, designed
+         for long (8 and more hours per day) work with computers.
+         This is the high resolution, large version for use with HiDPI screens.
+         If the standard font is unreadable for you, say Y, otherwise say N.
+
 config FONT_AUTOSELECT
        def_bool y
        depends on !FONT_8x8
 config FONT_AUTOSELECT
        def_bool y
        depends on !FONT_8x8
@@ -121,6 +130,7 @@ config FONT_AUTOSELECT
        depends on !FONT_SUN8x16
        depends on !FONT_SUN12x22
        depends on !FONT_10x18
        depends on !FONT_SUN8x16
        depends on !FONT_SUN12x22
        depends on !FONT_10x18
+       depends on !FONT_TER16x32
        select FONT_8x16
 
 endif # FONT_SUPPORT
        select FONT_8x16
 
 endif # FONT_SUPPORT