浏览代码

[PATCH] Video Select set for VESA FB

Automatically set VIDEO_SELECT when you select VESA FB.  Currently if you
select VESA FB with fbcon but don't select VGA console the box will not
have its video mode set.  Thus you get a blank screen.

Signed-off-by: James Simmons <jsimmons@infradead.org>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
James Simmons 19 年之前
父节点
当前提交
c9b2ec4d52
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/video/Kconfig

+ 1 - 0
drivers/video/Kconfig

@@ -552,6 +552,7 @@ config FB_VESA
 	select FB_CFB_FILLRECT
 	select FB_CFB_FILLRECT
 	select FB_CFB_COPYAREA
 	select FB_CFB_COPYAREA
 	select FB_CFB_IMAGEBLIT
 	select FB_CFB_IMAGEBLIT
+	select VIDEO_SELECT
 	help
 	help
 	  This is the frame buffer device driver for generic VESA 2.0
 	  This is the frame buffer device driver for generic VESA 2.0
 	  compliant graphic cards. The older VESA 1.2 cards are not supported.
 	  compliant graphic cards. The older VESA 1.2 cards are not supported.