summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorAlison Wang <b18965@freescale.com>2012-07-27 11:04:46 +0800
committerJustin Waters <justin.waters@timesys.com>2012-09-12 16:49:51 -0400
commit8577543d132a5d7fc7e4c509c61def155e4991f4 (patch)
treeb93659d17cb304cf3a869efe3e8c6dc62c3573f1 /drivers/video/Kconfig
parent9d4bbb60872ae7ef4696299f3176076c608c5d3c (diff)
ENGR00180947-2: dcu: add dcu driver support for Faraday
Add dcu driver support for Faraday. The penguin logo could be shown correctly and the microwindows application was also tested. Signed-off-by: Alison Wang <b18965@freescale.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 7ca56f93cf53..efafdee78b14 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1951,6 +1951,16 @@ config FB_FSL_DIU
---help---
Framebuffer driver for the Freescale SoC DIU
+config FB_MVF_DCU
+ tristate "Faraday DCU framebuffer support"
+ depends on FB && ARCH_MVF && IMX_HAVE_PLATFORM_MVF_DCU
+ select FB_CFB_FILLRECT
+ select FB_CFB_COPYAREA
+ select FB_CFB_IMAGEBLIT
+ select FB_SYS_FOPS
+ ---help---
+ Framebuffer driver for the Faraday SoC DCU
+
config FB_W100
tristate "W100 frame buffer support"
depends on FB && ARCH_PXA