[VIDEO] Fix font dependency for SGI Newport console driver.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <adaplas@...>, <linux-kernel@...>
Cc: Andrew Morton <akpm@...>
Date: Wednesday, August 22, 2007 - 12:42 pm

We better select a font when the newport driver is a module or the user
experience might suffer.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig
index 4964396..70cbb7c 100644
--- a/drivers/video/console/Kconfig
+++ b/drivers/video/console/Kconfig
@@ -182,7 +182,7 @@ config FONT_8x8
 
 config FONT_8x16
 	bool "VGA 8x16 font" if FONTS
-	depends on FRAMEBUFFER_CONSOLE || SGI_NEWPORT_CONSOLE=y || STI_CONSOLE || USB_SISUSBVGA_CON 
+	depends on FRAMEBUFFER_CONSOLE || SGI_NEWPORT_CONSOLE || STI_CONSOLE || USB_SISUSBVGA_CON 
 	default y if !SPARC && !FONTS
 	help
 	  This is the "high resolution" font for the VGA frame buffer (the one
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[VIDEO] Fix font dependency for SGI Newport console driver., Ralf Baechle, (Wed Aug 22, 12:42 pm)