diff options
Diffstat (limited to 'drivers/video/console/Kconfig')
-rw-r--r-- | drivers/video/console/Kconfig | 116 |
1 files changed, 6 insertions, 110 deletions
diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index bc922c47d046..8c30603e0a86 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig | |||
@@ -6,7 +6,9 @@ menu "Console display driver support" | |||
6 | 6 | ||
7 | config VGA_CONSOLE | 7 | config VGA_CONSOLE |
8 | bool "VGA text console" if EXPERT || !X86 | 8 | bool "VGA text console" if EXPERT || !X86 |
9 | depends on !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && (!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) | 9 | depends on !4xx && !8xx && !SPARC && !M68K && !PARISC && !FRV && \ |
10 | !SUPERH && !BLACKFIN && !AVR32 && !MN10300 && !CRIS && \ | ||
11 | (!ARM || ARCH_FOOTBRIDGE || ARCH_INTEGRATOR || ARCH_NETWINDER) | ||
10 | default y | 12 | default y |
11 | help | 13 | help |
12 | Saying Y here will allow you to use Linux in text mode through a | 14 | Saying Y here will allow you to use Linux in text mode through a |
@@ -62,6 +64,7 @@ config MDA_CONSOLE | |||
62 | config SGI_NEWPORT_CONSOLE | 64 | config SGI_NEWPORT_CONSOLE |
63 | tristate "SGI Newport Console support" | 65 | tristate "SGI Newport Console support" |
64 | depends on SGI_IP22 | 66 | depends on SGI_IP22 |
67 | select FONT_SUPPORT | ||
65 | help | 68 | help |
66 | Say Y here if you want the console on the Newport aka XL graphics | 69 | Say Y here if you want the console on the Newport aka XL graphics |
67 | card of your Indy. Most people say Y here. | 70 | card of your Indy. Most people say Y here. |
@@ -91,6 +94,7 @@ config FRAMEBUFFER_CONSOLE | |||
91 | tristate "Framebuffer Console support" | 94 | tristate "Framebuffer Console support" |
92 | depends on FB | 95 | depends on FB |
93 | select CRC32 | 96 | select CRC32 |
97 | select FONT_SUPPORT | ||
94 | help | 98 | help |
95 | Low-level framebuffer-based console driver. | 99 | Low-level framebuffer-based console driver. |
96 | 100 | ||
@@ -123,120 +127,12 @@ config FRAMEBUFFER_CONSOLE_ROTATION | |||
123 | config STI_CONSOLE | 127 | config STI_CONSOLE |
124 | bool "STI text console" | 128 | bool "STI text console" |
125 | depends on PARISC | 129 | depends on PARISC |
130 | select FONT_SUPPORT | ||
126 | default y | 131 | default y |
127 | help | 132 | help |
128 | The STI console is the builtin display/keyboard on HP-PARISC | 133 | The STI console is the builtin display/keyboard on HP-PARISC |
129 | machines. Say Y here to build support for it into your kernel. | 134 | machines. Say Y here to build support for it into your kernel. |
130 | The alternative is to use your primary serial port as a console. | 135 | The alternative is to use your primary serial port as a console. |
131 | 136 | ||
132 | config FONTS | ||
133 | bool "Select compiled-in fonts" | ||
134 | depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE | ||
135 | help | ||
136 | Say Y here if you would like to use fonts other than the default | ||
137 | your frame buffer console usually use. | ||
138 | |||
139 | Note that the answer to this question won't directly affect the | ||
140 | kernel: saying N will just cause the configurator to skip all | ||
141 | the questions about foreign fonts. | ||
142 | |||
143 | If unsure, say N (the default choices are safe). | ||
144 | |||
145 | config FONT_8x8 | ||
146 | bool "VGA 8x8 font" if FONTS | ||
147 | depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE | ||
148 | default y if !SPARC && !FONTS | ||
149 | help | ||
150 | This is the "high resolution" font for the VGA frame buffer (the one | ||
151 | provided by the text console 80x50 (and higher) modes). | ||
152 | |||
153 | Note that this is a poor quality font. The VGA 8x16 font is quite a | ||
154 | lot more readable. | ||
155 | |||
156 | Given the resolution provided by the frame buffer device, answer N | ||
157 | here is safe. | ||
158 | |||
159 | config FONT_8x16 | ||
160 | bool "VGA 8x16 font" if FONTS | ||
161 | depends on FRAMEBUFFER_CONSOLE || SGI_NEWPORT_CONSOLE || STI_CONSOLE || USB_SISUSBVGA_CON | ||
162 | default y if !SPARC && !FONTS | ||
163 | help | ||
164 | This is the "high resolution" font for the VGA frame buffer (the one | ||
165 | provided by the VGA text console 80x25 mode. | ||
166 | |||
167 | If unsure, say Y. | ||
168 | |||
169 | config FONT_6x11 | ||
170 | bool "Mac console 6x11 font (not supported by all drivers)" if FONTS | ||
171 | depends on FRAMEBUFFER_CONSOLE || STI_CONSOLE | ||
172 | default y if !SPARC && !FONTS && MAC | ||
173 | help | ||
174 | Small console font with Macintosh-style high-half glyphs. Some Mac | ||
175 | framebuffer drivers don't support this one at all. | ||
176 | |||
177 | config FONT_7x14 | ||
178 | bool "console 7x14 font (not supported by all drivers)" if FONTS | ||
179 | depends on FRAMEBUFFER_CONSOLE | ||
180 | help | ||
181 | Console font with characters just a bit smaller than the default. | ||
182 | If the standard 8x16 font is a little too big for you, say Y. | ||
183 | Otherwise, say N. | ||
184 | |||
185 | config FONT_PEARL_8x8 | ||
186 | bool "Pearl (old m68k) console 8x8 font" if FONTS | ||
187 | depends on FRAMEBUFFER_CONSOLE | ||
188 | default y if !SPARC && !FONTS && AMIGA | ||
189 | help | ||
190 | Small console font with PC-style control-character and high-half | ||
191 | glyphs. | ||
192 | |||
193 | config FONT_ACORN_8x8 | ||
194 | bool "Acorn console 8x8 font" if FONTS | ||
195 | depends on FRAMEBUFFER_CONSOLE | ||
196 | default y if !SPARC && !FONTS && ARM && ARCH_ACORN | ||
197 | help | ||
198 | Small console font with PC-style control characters and high-half | ||
199 | glyphs. | ||
200 | |||
201 | config FONT_MINI_4x6 | ||
202 | bool "Mini 4x6 font" | ||
203 | depends on !SPARC && FONTS | ||
204 | |||
205 | config FONT_SUN8x16 | ||
206 | bool "Sparc console 8x16 font" | ||
207 | depends on FRAMEBUFFER_CONSOLE && (!SPARC && FONTS || SPARC) | ||
208 | help | ||
209 | This is the high resolution console font for Sun machines. Say Y. | ||
210 | |||
211 | config FONT_SUN12x22 | ||
212 | bool "Sparc console 12x22 font (not supported by all drivers)" | ||
213 | depends on FRAMEBUFFER_CONSOLE && (!SPARC && FONTS || SPARC) | ||
214 | help | ||
215 | This is the high resolution console font for Sun machines with very | ||
216 | big letters (like the letters used in the SPARC PROM). If the | ||
217 | standard font is unreadable for you, say Y, otherwise say N. | ||
218 | |||
219 | config FONT_10x18 | ||
220 | bool "console 10x18 font (not supported by all drivers)" if FONTS | ||
221 | depends on FRAMEBUFFER_CONSOLE | ||
222 | help | ||
223 | This is a high resolution console font for machines with very | ||
224 | big letters. It fits between the sun 12x22 and the normal 8x16 font. | ||
225 | If other fonts are too big or too small for you, say Y, otherwise say N. | ||
226 | |||
227 | config FONT_AUTOSELECT | ||
228 | def_bool y | ||
229 | depends on FRAMEBUFFER_CONSOLE || SGI_NEWPORT_CONSOLE || STI_CONSOLE || USB_SISUSBVGA_CON | ||
230 | depends on !FONT_8x8 | ||
231 | depends on !FONT_6x11 | ||
232 | depends on !FONT_7x14 | ||
233 | depends on !FONT_PEARL_8x8 | ||
234 | depends on !FONT_ACORN_8x8 | ||
235 | depends on !FONT_MINI_4x6 | ||
236 | depends on !FONT_SUN8x16 | ||
237 | depends on !FONT_SUN12x22 | ||
238 | depends on !FONT_10x18 | ||
239 | select FONT_8x16 | ||
240 | |||
241 | endmenu | 137 | endmenu |
242 | 138 | ||