mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 04:46:45 +07:00
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>
13 lines
351 B
Plaintext
13 lines
351 B
Plaintext
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.
|