diff options
Diffstat (limited to 'drivers/video/console/Kconfig')
-rw-r--r-- | drivers/video/console/Kconfig | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index e4b91a4b936c..cbff98337aa6 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig | |||
@@ -156,7 +156,6 @@ config FONT_6x11 | |||
156 | config FONT_7x14 | 156 | config FONT_7x14 |
157 | bool "console 7x14 font (not supported by all drivers)" if FONTS | 157 | bool "console 7x14 font (not supported by all drivers)" if FONTS |
158 | depends on FRAMEBUFFER_CONSOLE | 158 | depends on FRAMEBUFFER_CONSOLE |
159 | default y if !SPARC32 && !SPARC64 && !FONTS | ||
160 | help | 159 | help |
161 | Console font with characters just a bit smaller than the default. | 160 | Console font with characters just a bit smaller than the default. |
162 | If the standard 8x16 font is a little too big for you, say Y. | 161 | If the standard 8x16 font is a little too big for you, say Y. |
@@ -197,8 +196,8 @@ config FONT_SUN12x22 | |||
197 | standard font is unreadable for you, say Y, otherwise say N. | 196 | standard font is unreadable for you, say Y, otherwise say N. |
198 | 197 | ||
199 | config FONT_10x18 | 198 | config FONT_10x18 |
200 | bool "console 10x18 font (not supported by all drivers)" | 199 | bool "console 10x18 font (not supported by all drivers)" if FONTS |
201 | depends on FONTS | 200 | depends on FRAMEBUFFER_CONSOLE |
202 | help | 201 | help |
203 | This is a high resolution console font for machines with very | 202 | This is a high resolution console font for machines with very |
204 | big letters. It fits between the sun 12x22 and the normal 8x16 font. | 203 | big letters. It fits between the sun 12x22 and the normal 8x16 font. |