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