summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorXie Xiaobo <X.Xie@freescale.com>2013-04-23 10:55:02 (GMT)
committerFleming Andrew-AFLEMING <AFLEMING@freescale.com>2013-04-25 14:53:46 (GMT)
commitddc191418f569a96c4460d2e63f73b251fff1bde (patch)
treecfb07b3e09f3d956e85adffb72083a6ab3272b6a /drivers/video/Kconfig
parent933e5a930784c3863c8a7d548b463677ed6ff24a (diff)
downloadlinux-fsl-qoriq-ddc191418f569a96c4460d2e63f73b251fff1bde.tar.xz
drivers/video: Add support for the Solomon SSD1289 TFT LCD Controller
Add SSD1289 TFT LCD framebuffer driver on TWR-LCD Peripheral Module. It only support Local Bus interface mode now. Signed-off-by: Alison Wang <b18965@freescale.com> Signed-off-by: Xie Xiaobo <X.Xie@freescale.com> Change-Id: I00c8e0fa5d899af04f4df56568c3e015eed0ce45 Reviewed-on: http://git.am.freescale.net:8181/1380 Reviewed-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com> Tested-by: Fleming Andrew-AFLEMING <AFLEMING@freescale.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index e7068c5..09a89b2 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -1961,6 +1961,17 @@ config FB_FSL_DIU
---help---
Framebuffer driver for the Freescale SoC DIU
+config FB_SSD1289
+ tristate "Solomon SSD1289 framebuffer support"
+ depends on FB
+ select FB_CFB_FILLRECT
+ select FB_CFB_COPYAREA
+ select FB_CFB_IMAGEBLIT
+ select FB_SYS_FOPS
+ help
+ This is a framebuffer device for the Solomon Systek SSD1289
+ controller.
+
config FB_W100
tristate "W100 frame buffer support"
depends on FB && ARCH_PXA