1 # SPDX-License-Identifier: GPL-2.0-only 2 # 3 # Font configuration 4 # 5 6 config FONT_SUPPORT 7 tristate 8 9 if FONT_SUPPORT 10 11 config FONTS 12 bool "Select compiled-in fonts" 13 depends on FRAMEBUFFER_CONSOLE || STI_ 14 help 15 Say Y here if you would like to use 16 your frame buffer console usually us 17 18 Note that the answer to this questio 19 kernel: saying N will just cause the 20 the questions about foreign fonts. 21 22 If unsure, say N (the default choice 23 24 config FONT_8x8 25 bool "VGA 8x8 font" if FONTS 26 depends on FRAMEBUFFER_CONSOLE || STI_ 27 default y if !SPARC && !FONTS 28 help 29 This is the "high resolution" font f 30 provided by the text console 80x50 ( 31 32 Note that this is a poor quality fon 33 lot more readable. 34 35 Given the resolution provided by the 36 here is safe. 37 38 config FONT_8x16 39 bool "VGA 8x16 font" if FONTS 40 default y if !SPARC && !FONTS 41 help 42 This is the "high resolution" font f 43 provided by the VGA text console 80x 44 45 If unsure, say Y. 46 47 config FONT_6x11 48 bool "Mac console 6x11 font (not suppo 49 depends on FRAMEBUFFER_CONSOLE || STI_ 50 default y if !SPARC && !FONTS && MAC 51 help 52 Small console font with Macintosh-st 53 framebuffer drivers don't support th 54 55 config FONT_7x14 56 bool "console 7x14 font (not supported 57 depends on FRAMEBUFFER_CONSOLE || DRM_ 58 help 59 Console font with characters just a 60 If the standard 8x16 font is a littl 61 Otherwise, say N. 62 63 config FONT_PEARL_8x8 64 bool "Pearl (old m68k) console 8x8 fon 65 depends on FRAMEBUFFER_CONSOLE || DRM_ 66 default y if !SPARC && !FONTS && AMIGA 67 help 68 Small console font with PC-style con 69 glyphs. 70 71 config FONT_ACORN_8x8 72 bool "Acorn console 8x8 font" if FONTS 73 depends on FRAMEBUFFER_CONSOLE || DRM_ 74 default y if !SPARC && !FONTS && ARM & 75 help 76 Small console font with PC-style con 77 glyphs. 78 79 config FONT_MINI_4x6 80 bool "Mini 4x6 font" 81 depends on !SPARC && FONTS 82 83 config FONT_6x10 84 bool "Medium-size 6x10 font" 85 depends on !SPARC && FONTS 86 help 87 Medium-size console font. Suitable f 88 embedded devices with a 320x240 scre 89 of characters (53x24) that are still 90 91 config FONT_10x18 92 bool "console 10x18 font (not supporte 93 depends on FRAMEBUFFER_CONSOLE || DRM_ 94 help 95 This is a high resolution console fo 96 big letters. It fits between the sun 97 If other fonts are too big or too sm 98 99 config FONT_SUN8x16 100 bool "Sparc console 8x16 font" 101 depends on (FRAMEBUFFER_CONSOLE && (FO 102 BOOTX_TEXT || EARLYFB 103 help 104 This is the high resolution console 105 106 config FONT_SUN12x22 107 bool "Sparc console 12x22 font (not su 108 depends on FRAMEBUFFER_CONSOLE || DRM_ 109 depends on !SPARC && FONTS 110 help 111 This is the high resolution console 112 big letters (like the letters used i 113 standard font is unreadable for you, 114 115 config FONT_TER16x32 116 bool "Terminus 16x32 font (not support 117 depends on FRAMEBUFFER_CONSOLE || DRM_ 118 depends on !SPARC && FONTS || SPARC 119 help 120 Terminus Font is a clean, fixed widt 121 for long (8 and more hours per day) 122 This is the high resolution, large v 123 If the standard font is unreadable f 124 125 config FONT_6x8 126 bool "OLED 6x8 font" if FONTS 127 depends on FRAMEBUFFER_CONSOLE || DRM_ 128 help 129 This font is useful for small displa 130 131 config FONT_AUTOSELECT 132 def_bool y 133 depends on !FONT_8x8 134 depends on !FONT_6x11 135 depends on !FONT_7x14 136 depends on !FONT_PEARL_8x8 137 depends on !FONT_ACORN_8x8 138 depends on !FONT_MINI_4x6 139 depends on !FONT_6x10 140 depends on !FONT_SUN8x16 141 depends on !FONT_SUN12x22 142 depends on !FONT_10x18 143 depends on !FONT_TER16x32 144 depends on !FONT_6x8 145 select FONT_8x16 146 147 endif # FONT_SUPPORT
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.