diff options
author | Paul Mundt <lethal@linux-sh.org> | 2010-11-16 00:00:24 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2010-11-16 00:00:24 -0500 |
commit | 96f8d864afd646e4a52ea55462b7d83e3b94fd5c (patch) | |
tree | 72994dfd59b9774f6fa353fb01898f386486b759 /drivers/video/Kconfig | |
parent | e53beacd23d9cb47590da6a7a7f6d417b941a994 (diff) |
fbdev: move udlfb out of staging.
udlfb has undergone a fair bit of cleanup recently and is effectively at
the point where it can be liberated from staging purgatory and promoted
to a real driver.
The outstanding cleanups are all minor, with some of them dependent on
drivers/video headers, so these will be done incrementally from udlfb's
new home.
Requested-by: Bernie Thompson <bernie@plugable.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 27c1fb4b1e0d..37771d0916ef 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2034,6 +2034,20 @@ config FB_SM501 | |||
2034 | 2034 | ||
2035 | If unsure, say N. | 2035 | If unsure, say N. |
2036 | 2036 | ||
2037 | config FB_UDL | ||
2038 | tristate "Displaylink USB Framebuffer support" | ||
2039 | depends on FB && USB | ||
2040 | select FB_MODE_HELPERS | ||
2041 | select FB_SYS_FILLRECT | ||
2042 | select FB_SYS_COPYAREA | ||
2043 | select FB_SYS_IMAGEBLIT | ||
2044 | select FB_SYS_FOPS | ||
2045 | select FB_DEFERRED_IO | ||
2046 | ---help--- | ||
2047 | This is a kernel framebuffer driver for DisplayLink USB devices. | ||
2048 | Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and | ||
2049 | mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices. | ||
2050 | To compile as a module, choose M here: the module name is udlfb. | ||
2037 | 2051 | ||
2038 | config FB_PNX4008_DUM | 2052 | config FB_PNX4008_DUM |
2039 | tristate "Display Update Module support on Philips PNX4008 board" | 2053 | tristate "Display Update Module support on Philips PNX4008 board" |