diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2005-05-01 08:59:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-01 08:59:24 -0700 |
commit | 7c2f891cb64b0b9c8d389da97c221ee4288f1307 (patch) | |
tree | 6826d42679d15654c0a0661e56bcbe8fb3f6db86 /drivers/video/Kconfig | |
parent | db9f1d9daa2f775a0f7d1a0d2ca4722c1da50158 (diff) | |
download | linux-3.10-7c2f891cb64b0b9c8d389da97c221ee4288f1307.tar.gz linux-3.10-7c2f891cb64b0b9c8d389da97c221ee4288f1307.tar.bz2 linux-3.10-7c2f891cb64b0b9c8d389da97c221ee4288f1307.zip |
[PATCH] imxfb: Add Freescale i.MX framebuffer driver
This patch adds support for the framebuffer on the freescale i.MX SOC
architecture. The driver has been tested on the mx1ads board, the pimx1 board
and another custom board with different displays.
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 2a1c5965de2..6be8fbec0a0 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -198,6 +198,14 @@ config FB_SA1100 If you plan to use the LCD display with your SA-1100 system, say Y here. +config FB_IMX + tristate "Motorola i.MX LCD support" + depends on FB && ARM && ARCH_IMX + select FB_CFB_FILLRECT + select FB_CFB_COPYAREA + select FB_CFB_IMAGEBLIT + select FB_SOFT_CURSOR + config FB_CYBER2000 tristate "CyberPro 2000/2010/5000 support" depends on FB && PCI && (BROKEN || !SPARC64) |