9c1dfc5574
In order to satisfy all the various Kconfig options between USB and DRM, we need to split the USB code out into a separate module and export symbols to it. This fixes build problems in -next reported by sfr. Signed-off-by: Dave Airlie <airlied@redhat.com>
12 lines
351 B
Text
12 lines
351 B
Text
config DRM_UDL
|
|
tristate "DisplayLink"
|
|
depends on DRM && EXPERIMENTAL
|
|
select DRM_USB
|
|
select FB_SYS_FILLRECT
|
|
select FB_SYS_COPYAREA
|
|
select FB_SYS_IMAGEBLIT
|
|
select FB_DEFERRED_IO
|
|
select DRM_KMS_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.
|