Title: [6593] trunk/drivers/video/Kconfig: adv7393 requires i2c, so select it
Revision
6593
Author
vapier
Date
2009-06-04 23:37:59 -0500 (Thu, 04 Jun 2009)

Log Message

adv7393 requires i2c, so select it

Modified Paths


Diff

Modified: trunk/drivers/video/Kconfig (6592 => 6593)


--- trunk/drivers/video/Kconfig	2009-06-05 03:30:25 UTC (rev 6592)
+++ trunk/drivers/video/Kconfig	2009-06-05 04:37:59 UTC (rev 6593)
@@ -659,8 +659,9 @@
 	  BGR use 16-bit BGR-565 instead of RGB-565
 
 config FB_BFIN_7393
-	tristate "Blackfin ADV7393 Video encoder on uClinux"
+	tristate "Blackfin ADV7393 Video encoder"
 	depends on FB && BLACKFIN
+	select I2C
 	select FB_CFB_FILLRECT
 	select FB_CFB_COPYAREA
 	select FB_CFB_IMAGEBLIT
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to