From: Jurriaan on adsl-gate Date: Sat, 25 Jun 2005 21:58:31 +0000 (-0700) Subject: [PATCH] font selection Kconfig fixes X-Git-Tag: v2.6.13-rc1~68^2~84 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5ed5dc6cb40b163aa19e14eda0957dcc09167b80;p=profile%2Fivi%2Fkernel-x86-ivi.git [PATCH] font selection Kconfig fixes We're accidentally selecting the new fonts by default. Don't. Signed-off-by: Jurriaan Kalkman Signed-off-by: Geert Uytterhoeven Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig index e4b91a4..cbff983 100644 --- a/drivers/video/console/Kconfig +++ b/drivers/video/console/Kconfig @@ -156,7 +156,6 @@ config FONT_6x11 config FONT_7x14 bool "console 7x14 font (not supported by all drivers)" if FONTS depends on FRAMEBUFFER_CONSOLE - default y if !SPARC32 && !SPARC64 && !FONTS help Console font with characters just a bit smaller than the default. If the standard 8x16 font is a little too big for you, say Y. @@ -197,8 +196,8 @@ config FONT_SUN12x22 standard font is unreadable for you, say Y, otherwise say N. config FONT_10x18 - bool "console 10x18 font (not supported by all drivers)" - depends on FONTS + bool "console 10x18 font (not supported by all drivers)" if FONTS + depends on FRAMEBUFFER_CONSOLE help This is a high resolution console font for machines with very big letters. It fits between the sun 12x22 and the normal 8x16 font.