Title: [5344] trunk/drivers/video/Kconfig: Task [#4378] Enable framebuffer support for the BF526-EZkit TFT LCD
Revision
5344
Author
hennerich
Date
2008-09-25 09:53:53 -0500 (Thu, 25 Sep 2008)

Log Message

Task [#4378] Enable framebuffer support for the BF526-EZkit TFT LCD
display
Automatically select dependencies 

Modified Paths

Diff

Modified: trunk/drivers/video/Kconfig (5343 => 5344)


--- trunk/drivers/video/Kconfig	2008-09-25 14:52:08 UTC (rev 5343)
+++ trunk/drivers/video/Kconfig	2008-09-25 14:53:53 UTC (rev 5344)
@@ -604,6 +604,9 @@
 	select FB_CFB_FILLRECT
 	select FB_CFB_COPYAREA
 	select FB_CFB_IMAGEBLIT
+	select BFIN_GPTIMERS
+	select SPI
+	select SPI_BFIN
 	help
 	 This is the framebuffer device driver for a SHARP LQ035Q1DH02 TFT display found on
 	 the Blackfin Landscape LCD EZ-Extender Card.
@@ -616,6 +619,7 @@
 	select FB_CFB_FILLRECT
 	select FB_CFB_COPYAREA
 	select FB_CFB_IMAGEBLIT
+	select BFIN_GPTIMERS
 	help
 	 This is the framebuffer device for a SHARP LQ035Q7DB03 TFT LCD
          attached to a BF537.
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
http://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to