Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.10-rc2 11 lines 330 B view raw
1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_UDL 3 tristate "DisplayLink" 4 depends on DRM 5 depends on USB 6 depends on USB_ARCH_HAS_HCD 7 select DRM_GEM_SHMEM_HELPER 8 select DRM_KMS_HELPER 9 help 10 This is a KMS driver for the USB displaylink video adapters. 11 Say M/Y to add support for these devices via drm/kms interfaces.