public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] uvesafb: select connector in Kconfig
@ 2007-08-25  8:59 Michal Januszewski
  2007-08-25 15:23 ` [Linux-fbdev-devel] " Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Michal Januszewski @ 2007-08-25  8:59 UTC (permalink / raw)
  To: linux-fbdev-devel; +Cc: linux-kernel

Make uvesafb select connector instead of depending on it being already selected.

Signed-off-by: Michal Januszewski <spock@gentoo.org>
---
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index f1cc899..e152eed 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -594,7 +594,8 @@ config FB_TGA
 
 config FB_UVESA
 	tristate "Userspace VESA VGA graphics support"
-	depends on FB && CONNECTOR
+	depends on FB
+	select CONNECTOR
 	select FB_CFB_FILLRECT
 	select FB_CFB_COPYAREA
 	select FB_CFB_IMAGEBLIT

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-08-26  9:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-25  8:59 [PATCH] uvesafb: select connector in Kconfig Michal Januszewski
2007-08-25 15:23 ` [Linux-fbdev-devel] " Randy Dunlap
2007-08-26  9:35   ` Michal Januszewski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox