aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorPaul Mundt <lethal@linux-sh.org>2011-01-06 04:10:09 -0500
committerPaul Mundt <lethal@linux-sh.org>2011-01-06 04:10:09 -0500
commitca9c20ce2b383032b71bdae9ec0b468d428ca8d4 (patch)
tree3f2568b3f2c89b18369cbff0769f15d62f6ca5e5 /drivers/video/Kconfig
parent17ca20cb7d04a259c9194879f77466bde606dda5 (diff)
parent81f6f3c1047392a22b9a20bbecf98c7f2d6f922a (diff)
Merge branch 'fbdev/udlfb'
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index fdddf58bdaf..9f36a29b10b 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -2116,6 +2116,20 @@ config FB_SM501
2116 2116
2117 If unsure, say N. 2117 If unsure, say N.
2118 2118
2119config FB_UDL
2120 tristate "Displaylink USB Framebuffer support"
2121 depends on FB && USB
2122 select FB_MODE_HELPERS
2123 select FB_SYS_FILLRECT
2124 select FB_SYS_COPYAREA
2125 select FB_SYS_IMAGEBLIT
2126 select FB_SYS_FOPS
2127 select FB_DEFERRED_IO
2128 ---help---
2129 This is a kernel framebuffer driver for DisplayLink USB devices.
2130 Supports fbdev clients like xf86-video-fbdev, kdrive, fbi, and
2131 mplayer -vo fbdev. Supports all USB 2.0 era DisplayLink devices.
2132 To compile as a module, choose M here: the module name is udlfb.
2119 2133
2120config FB_PNX4008_DUM 2134config FB_PNX4008_DUM
2121 tristate "Display Update Module support on Philips PNX4008 board" 2135 tristate "Display Update Module support on Philips PNX4008 board"