aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorJames Simmons <jsimmons@infradead.org>2006-12-08 05:40:57 -0500
committerLinus Torvalds <torvalds@woody.osdl.org>2006-12-08 11:29:08 -0500
commitc9b2ec4d52275d20e6e2db80727d289b0bdd90b3 (patch)
tree2bcec3de0ef0c41dfedab0d9ac7e0949eed86ab7 /drivers/video
parent58219896df521ddd749bee48a8465db69b6163f3 (diff)
[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>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index c69b6ef1d2ce..ab1daecfeac6 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -552,6 +552,7 @@ config FB_VESA
552 select FB_CFB_FILLRECT 552 select FB_CFB_FILLRECT
553 select FB_CFB_COPYAREA 553 select FB_CFB_COPYAREA
554 select FB_CFB_IMAGEBLIT 554 select FB_CFB_IMAGEBLIT
555 select VIDEO_SELECT
555 help 556 help
556 This is the frame buffer device driver for generic VESA 2.0 557 This is the frame buffer device driver for generic VESA 2.0
557 compliant graphic cards. The older VESA 1.2 cards are not supported. 558 compliant graphic cards. The older VESA 1.2 cards are not supported.