diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2009-01-21 10:32:34 -0700 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2009-01-21 10:32:34 -0700 |
commit | 86528da229a448577a8401a17c295883640d336c (patch) | |
tree | c85b0f812359c31dafdbd88eb2cd106ca8164001 /drivers/video/Kconfig | |
parent | 5296b56d1b2000b60fb966be161c1f8fb629786b (diff) | |
download | talos-obmc-linux-86528da229a448577a8401a17c295883640d336c.tar.gz talos-obmc-linux-86528da229a448577a8401a17c295883640d336c.zip |
i.MX31: framebuffer driver
This is a framebuffer driver for i.MX31 SoCs. It only supports synchronous
displays, vertical panning supported, no overlay support.
Acked-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 6372f8b17b45..c94f71980c1b 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -2123,6 +2123,18 @@ config FB_PRE_INIT_FB Select this option if display contents should be inherited as set by the bootloader. +config FB_MX3 + tristate "MX3 Framebuffer support" + depends on FB && MX3_IPU + select FB_CFB_FILLRECT + select FB_CFB_COPYAREA + select FB_CFB_IMAGEBLIT + default y + help + This is a framebuffer device for the i.MX31 LCD Controller. So + far only synchronous displays are supported. If you plan to use + an LCD display with your i.MX31 system, say Y here. + source "drivers/video/omap/Kconfig" source "drivers/video/backlight/Kconfig" |