| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Font configuration |
|---|
| 3 | 4 | # |
|---|
| .. | .. |
|---|
| 109 | 110 | big letters (like the letters used in the SPARC PROM). If the |
|---|
| 110 | 111 | standard font is unreadable for you, say Y, otherwise say N. |
|---|
| 111 | 112 | |
|---|
| 113 | +config FONT_TER16x32 |
|---|
| 114 | + bool "Terminus 16x32 font (not supported by all drivers)" |
|---|
| 115 | + depends on FRAMEBUFFER_CONSOLE && (!SPARC && FONTS || SPARC) |
|---|
| 116 | + help |
|---|
| 117 | + Terminus Font is a clean, fixed width bitmap font, designed |
|---|
| 118 | + for long (8 and more hours per day) work with computers. |
|---|
| 119 | + This is the high resolution, large version for use with HiDPI screens. |
|---|
| 120 | + If the standard font is unreadable for you, say Y, otherwise say N. |
|---|
| 121 | + |
|---|
| 122 | +config FONT_6x8 |
|---|
| 123 | + bool "OLED 6x8 font" if FONTS |
|---|
| 124 | + depends on FRAMEBUFFER_CONSOLE |
|---|
| 125 | + help |
|---|
| 126 | + This font is useful for small displays (OLED). |
|---|
| 127 | + |
|---|
| 112 | 128 | config FONT_AUTOSELECT |
|---|
| 113 | 129 | def_bool y |
|---|
| 114 | 130 | depends on !FONT_8x8 |
|---|
| .. | .. |
|---|
| 121 | 137 | depends on !FONT_SUN8x16 |
|---|
| 122 | 138 | depends on !FONT_SUN12x22 |
|---|
| 123 | 139 | depends on !FONT_10x18 |
|---|
| 140 | + depends on !FONT_TER16x32 |
|---|
| 141 | + depends on !FONT_6x8 |
|---|
| 124 | 142 | select FONT_8x16 |
|---|
| 125 | 143 | |
|---|
| 126 | 144 | endif # FONT_SUPPORT |
|---|