diff options
author | Nicolas Ferre <nicolas.ferre@rfo.atmel.com> | 2007-05-11 01:23:26 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-05-11 11:29:37 -0400 |
commit | 14340586148e7c88d7b1b752876f5b5227b200b9 (patch) | |
tree | 91a0d77c94b3d62e83e9cea0b5e3adedd91244fd /drivers/video/Makefile | |
parent | f23a06f076173c1f56572556169bf9e1793c5d59 (diff) |
atmel_lcdfb: AT91/AT32 LCD Controller framebuffer driver
Adds a framebuffer driver to ATMEL AT91SAM9x and AT32 aka AVR32 platforms.
Those chips share quite the same IP and this code is suitable for both
architectures.
Signed-off-by: Nicolas Ferre <nicolas.ferre@rfo.atmel.com>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.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 0b70567458fb..bd8b05229500 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile | |||
@@ -87,6 +87,7 @@ obj-$(CONFIG_FB_G364) += g364fb.o | |||
87 | obj-$(CONFIG_FB_SA1100) += sa1100fb.o | 87 | obj-$(CONFIG_FB_SA1100) += sa1100fb.o |
88 | obj-$(CONFIG_FB_HIT) += hitfb.o | 88 | obj-$(CONFIG_FB_HIT) += hitfb.o |
89 | obj-$(CONFIG_FB_EPSON1355) += epson1355fb.o | 89 | obj-$(CONFIG_FB_EPSON1355) += epson1355fb.o |
90 | obj-$(CONFIG_FB_ATMEL) += atmel_lcdfb.o | ||
90 | obj-$(CONFIG_FB_PVR2) += pvr2fb.o | 91 | obj-$(CONFIG_FB_PVR2) += pvr2fb.o |
91 | obj-$(CONFIG_FB_VOODOO1) += sstfb.o | 92 | obj-$(CONFIG_FB_VOODOO1) += sstfb.o |
92 | obj-$(CONFIG_FB_ARMCLCD) += amba-clcd.o | 93 | obj-$(CONFIG_FB_ARMCLCD) += amba-clcd.o |