diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2011-01-14 09:22:31 -0500 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2011-03-07 13:29:30 -0500 |
commit | f0a523b5e5e2db4e8518ae20f466c0a6be7e145e (patch) | |
tree | 4a0bdabdf57bcefb2a5948eba690e6592eaefc6d /drivers/video/Kconfig | |
parent | 8d8eb17765dc8e232e30a9fb55f89c0056fa17ea (diff) |
video: Add i.MX23/28 framebuffer driver
changes since v2:
- use v3 and v4 for specifying the ip version instead of i.MX23/28.
This is a better namespace when future versions are added.
- rename mach/fb.h to mach/mxsfb.h
changes since v1:
- Add a LCDC_ prefix to the register names.
- use set/clear registers where appropriate
- protect call to mxsfb_disable_controller() in mxsfb_remove()
with a (host->enabled) as suggested by Lothar Wassmann
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Shawn Guo <shawn.guo@freescale.com>
Cc: Paul Mundt <lethal@linux-sh.org>
Cc: linux-fbdev@vger.kernel.org
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 6bafb51bb437..e0ea23f07dd1 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2365,6 +2365,15 @@ config FB_JZ4740 | |||
2365 | help | 2365 | help |
2366 | Framebuffer support for the JZ4740 SoC. | 2366 | Framebuffer support for the JZ4740 SoC. |
2367 | 2367 | ||
2368 | config FB_MXS | ||
2369 | tristate "MXS LCD framebuffer support" | ||
2370 | depends on FB && ARCH_MXS | ||
2371 | select FB_CFB_FILLRECT | ||
2372 | select FB_CFB_COPYAREA | ||
2373 | select FB_CFB_IMAGEBLIT | ||
2374 | help | ||
2375 | Framebuffer support for the MXS SoC. | ||
2376 | |||
2368 | source "drivers/video/omap/Kconfig" | 2377 | source "drivers/video/omap/Kconfig" |
2369 | source "drivers/video/omap2/Kconfig" | 2378 | source "drivers/video/omap2/Kconfig" |
2370 | 2379 | ||