diff options
author | Steve Glendinning <steve.glendinning@smsc.com> | 2011-08-18 10:20:07 -0400 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-09-05 12:21:30 -0400 |
commit | 3c8a63e22a0802fd56380f6ab305b419f18eb6f5 (patch) | |
tree | e5fba78fb7ad02cf66e5f3effa5bfdcc0746c5f6 /drivers/video/Kconfig | |
parent | 4a47a0e09c504e3ce0ccdb405411aefc5b09deb8 (diff) |
Add support for SMSC UFX6000/7000 USB display adapters
This patch adds framebuffer suport for SMSC's UFX6000 (USB 2.0) and
UFX7000 (USB 3.0) display adapters.
Signed-off-by: Steve Glendinning <steve.glendinning@smsc.com>
Acked-by: Greg Kroah-Hartman <gregkh@suse.de>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 903ace58fec5..8165c5577d71 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -2120,6 +2120,22 @@ config FB_SM501 | |||
2120 | 2120 | ||
2121 | If unsure, say N. | 2121 | If unsure, say N. |
2122 | 2122 | ||
2123 | config FB_SMSCUFX | ||
2124 | tristate "SMSC UFX6000/7000 USB Framebuffer support" | ||
2125 | depends on FB && USB | ||
2126 | select FB_MODE_HELPERS | ||
2127 | select FB_SYS_FILLRECT | ||
2128 | select FB_SYS_COPYAREA | ||
2129 | select FB_SYS_IMAGEBLIT | ||
2130 | select FB_SYS_FOPS | ||
2131 | select FB_DEFERRED_IO | ||
2132 | ---help--- | ||
2133 | This is a kernel framebuffer driver for SMSC UFX USB devices. | ||
2134 | Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and | ||
2135 | mplayer -vo fbdev. Supports both UFX6000 (USB 2.0) and UFX7000 | ||
2136 | (USB 3.0) devices. | ||
2137 | To compile as a module, choose M here: the module name is smscufx. | ||
2138 | |||
2123 | config FB_UDL | 2139 | config FB_UDL |
2124 | tristate "Displaylink USB Framebuffer support" | 2140 | tristate "Displaylink USB Framebuffer support" |
2125 | depends on FB && USB | 2141 | depends on FB && USB |