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/Kconfig | |
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/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index f8bc43c1e7a7..c1536d785551 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1573,6 +1573,24 @@ config FB_S3C2410_DEBUG | |||
1573 | Turn on debugging messages. Note that you can set/unset at run time | 1573 | Turn on debugging messages. Note that you can set/unset at run time |
1574 | through sysfs | 1574 | through sysfs |
1575 | 1575 | ||
1576 | config FB_SM501 | ||
1577 | tristate "Silicon Motion SM501 framebuffer support" | ||
1578 | depends on FB && MFD_SM501 | ||
1579 | select FB_CFB_FILLRECT | ||
1580 | select FB_CFB_COPYAREA | ||
1581 | select FB_CFB_IMAGEBLIT | ||
1582 | ---help--- | ||
1583 | Frame buffer driver for the CRT and LCD controllers in the Silicon | ||
1584 | Motion SM501. | ||
1585 | |||
1586 | This driver is also available as a module ( = code which can be | ||
1587 | inserted and removed from the running kernel whenever you want). The | ||
1588 | module will be called sm501fb. If you want to compile it as a module, | ||
1589 | say M here and read <file:Documentation/modules.txt>. | ||
1590 | |||
1591 | If unsure, say N. | ||
1592 | |||
1593 | |||
1576 | config FB_PNX4008_DUM | 1594 | config FB_PNX4008_DUM |
1577 | tristate "Display Update Module support on Philips PNX4008 board" | 1595 | tristate "Display Update Module support on Philips PNX4008 board" |
1578 | depends on FB && ARCH_PNX4008 | 1596 | depends on FB && ARCH_PNX4008 |