Dave Airlie | 5320918 | 2010-12-15 07:14:24 +1000 | [diff] [blame] | 1 | config DRM_UDL |
| 2 | tristate "DisplayLink" |
Kees Cook | ea167c9 | 2012-10-02 11:17:05 -0700 | [diff] [blame] | 3 | depends on DRM |
David Herrmann | d4f68a7 | 2014-08-29 12:12:45 +0200 | [diff] [blame] | 4 | depends on USB_SUPPORT |
Guenter Roeck | 8f057d7 | 2012-08-20 11:23:16 -0700 | [diff] [blame] | 5 | depends on USB_ARCH_HAS_HCD |
David Herrmann | d4f68a7 | 2014-08-29 12:12:45 +0200 | [diff] [blame] | 6 | select USB |
Dave Airlie | 5320918 | 2010-12-15 07:14:24 +1000 | [diff] [blame] | 7 | select FB_SYS_FILLRECT |
| 8 | select FB_SYS_COPYAREA |
| 9 | select FB_SYS_IMAGEBLIT |
| 10 | select FB_DEFERRED_IO |
| 11 | select DRM_KMS_HELPER |
Daniel Vetter | 92b6f89 | 2013-10-08 17:44:47 +0200 | [diff] [blame] | 12 | select DRM_KMS_FB_HELPER |
Dave Airlie | 5320918 | 2010-12-15 07:14:24 +1000 | [diff] [blame] | 13 | help |
| 14 | This is a KMS driver for the USB displaylink video adapters. |
| 15 | Say M/Y to add support for these devices via drm/kms interfaces. |