mirror of
https://github.com/torvalds/linux.git
synced 2024-11-06 20:21:57 +00:00
d4f68a7506
This merges all the remains of drm_usb into its only user, udl. We can then drop all the drm_usb stuff, including dev->usbdev. Signed-off-by: David Herrmann <dh.herrmann@gmail.com> Reviewed-by: Thierry Reding <treding@nvidia.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Dave Airlie <airlied@redhat.com>
16 lines
417 B
Plaintext
16 lines
417 B
Plaintext
config DRM_UDL
|
|
tristate "DisplayLink"
|
|
depends on DRM
|
|
depends on USB_SUPPORT
|
|
depends on USB_ARCH_HAS_HCD
|
|
select USB
|
|
select FB_SYS_FILLRECT
|
|
select FB_SYS_COPYAREA
|
|
select FB_SYS_IMAGEBLIT
|
|
select FB_DEFERRED_IO
|
|
select DRM_KMS_HELPER
|
|
select DRM_KMS_FB_HELPER
|
|
help
|
|
This is a KMS driver for the USB displaylink video adapters.
|
|
Say M/Y to add support for these devices via drm/kms interfaces.
|