diff options
author | Ben Dooks <ben@fluff.org.uk> | 2007-02-20 16:58:21 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-20 20:10:16 -0500 |
commit | 5fc404e47bdf2d34ffc2edc16070cda410838291 (patch) | |
tree | f044aad04b7b622a123071d4c4c786780f76a94b /drivers/video/Makefile | |
parent | 5b7e42b2d38e4c4d0cb105a2ad83d43f6957f59e (diff) |
[PATCH] fb: SM501 framebuffer driver
Driver for the Silicon Motion SM501 multifunction device framebuffer
subsystem.
This driver supports both the CRT and LCD panel heads, with some simple
acceleration for the cursor plotting and support for screen panning. There
is no current support for bitblt/drawing engines, which should be added at
a later date.
This has been tested on a number of configurations, including PCI and
generic-bus, on PPC, ARM and SH4
[akpm@linux-foundation.org: fix warnings]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Vincent Sanders <vince@arm.linux.org.u.>
Acked-by: James Simmons <jsimmons@infradead.org>
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 1b79a6f13f0c..760305c8a841 100644 --- a/drivers/video/Makefile +++ b/drivers/video/Makefile | |||
@@ -98,6 +98,7 @@ obj-$(CONFIG_FB_PNX4008_DUM) += pnx4008/ | |||
98 | obj-$(CONFIG_FB_PNX4008_DUM_RGB) += pnx4008/ | 98 | obj-$(CONFIG_FB_PNX4008_DUM_RGB) += pnx4008/ |
99 | obj-$(CONFIG_FB_IBM_GXT4500) += gxt4500.o | 99 | obj-$(CONFIG_FB_IBM_GXT4500) += gxt4500.o |
100 | obj-$(CONFIG_FB_PS3) += ps3fb.o | 100 | obj-$(CONFIG_FB_PS3) += ps3fb.o |
101 | obj-$(CONFIG_FB_SM501) += sm501fb.o | ||
101 | 102 | ||
102 | # Platform or fallback drivers go here | 103 | # Platform or fallback drivers go here |
103 | obj-$(CONFIG_FB_VESA) += vesafb.o | 104 | obj-$(CONFIG_FB_VESA) += vesafb.o |