diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2009-02-26 15:34:28 -0500 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2009-02-26 16:00:58 -0500 |
commit | 6e1588cbd88590273300403648aef70e6bdaf5af (patch) | |
tree | 95d7a232f68d81e0190d05bd454b70d312077136 /drivers/video/Kconfig | |
parent | 1febd91acff907152e61eb5ad0a82dd8d7db21c6 (diff) |
i.MX31: framebuffer driver
This is a framebuffer driver for i.MX31 SoCs. It only supports synchronous
displays, vertical panning supported, no overlay support.
Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Acked-by: Sascha Hauer <s.hauer@pengutronix.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 6f3f3bff3832..5c5e3fe090ea 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2125,6 +2125,18 @@ config FB_PRE_INIT_FB | |||
2125 | Select this option if display contents should be inherited as set by | 2125 | Select this option if display contents should be inherited as set by |
2126 | the bootloader. | 2126 | the bootloader. |
2127 | 2127 | ||
2128 | config FB_MX3 | ||
2129 | tristate "MX3 Framebuffer support" | ||
2130 | depends on FB && MX3_IPU | ||
2131 | select FB_CFB_FILLRECT | ||
2132 | select FB_CFB_COPYAREA | ||
2133 | select FB_CFB_IMAGEBLIT | ||
2134 | default y | ||
2135 | help | ||
2136 | This is a framebuffer device for the i.MX31 LCD Controller. So | ||
2137 | far only synchronous displays are supported. If you plan to use | ||
2138 | an LCD display with your i.MX31 system, say Y here. | ||
2139 | |||
2128 | source "drivers/video/omap/Kconfig" | 2140 | source "drivers/video/omap/Kconfig" |
2129 | 2141 | ||
2130 | source "drivers/video/backlight/Kconfig" | 2142 | source "drivers/video/backlight/Kconfig" |