brintos

brintos / linux-shallow public Read only

0
0
Text · 346 B · c744175 Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_UDL3	tristate "DisplayLink"4	depends on DRM5	depends on USB6	depends on USB_ARCH_HAS_HCD7	depends on MMU8	select DRM_GEM_SHMEM_HELPER9	select DRM_KMS_HELPER10	help11	  This is a KMS driver for the USB displaylink video adapters.12	  Say M/Y to add support for these devices via drm/kms interfaces.13