diff options
author | Sascha Hauer <s.hauer@pengutronix.de> | 2005-05-01 11:59:24 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-01 11:59:24 -0400 |
commit | 7c2f891cb64b0b9c8d389da97c221ee4288f1307 (patch) | |
tree | 6826d42679d15654c0a0661e56bcbe8fb3f6db86 /drivers/video/Makefile | |
parent | db9f1d9daa2f775a0f7d1a0d2ca4722c1da50158 (diff) |
[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/Makefile')
-rw-r--r-- | drivers/video/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile index 92265b741dc3..bd8dc0ffe723 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile | |||
@@ -90,6 +90,7 @@ obj-$(CONFIG_FB_PMAGB_B) += pmagb-b-fb.o | |||
90 | obj-$(CONFIG_FB_MAXINE) += maxinefb.o | 90 | obj-$(CONFIG_FB_MAXINE) += maxinefb.o |
91 | obj-$(CONFIG_FB_TX3912) += tx3912fb.o | 91 | obj-$(CONFIG_FB_TX3912) += tx3912fb.o |
92 | obj-$(CONFIG_FB_S1D13XXX) += s1d13xxxfb.o | 92 | obj-$(CONFIG_FB_S1D13XXX) += s1d13xxxfb.o |
93 | obj-$(CONFIG_FB_IMX) += imxfb.o | ||
93 | 94 | ||
94 | # Platform or fallback drivers go here | 95 | # Platform or fallback drivers go here |
95 | obj-$(CONFIG_FB_VESA) += vesafb.o | 96 | obj-$(CONFIG_FB_VESA) += vesafb.o |