commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
12 lines
330 B
Plaintext
12 lines
330 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
config DRM_UDL
|
|
tristate "DisplayLink"
|
|
depends on DRM
|
|
depends on USB
|
|
depends on USB_ARCH_HAS_HCD
|
|
select DRM_GEM_SHMEM_HELPER
|
|
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.
|