Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: e21a712a9685488f5ce80495b37b9fdbe96c230d authored by Linus Torvalds on 05 August 2019, 01:40:12 UTC
Linux 5.3-rc3
Tip revision: e21a712
Kconfig
# SPDX-License-Identifier: GPL-2.0-only
config DRM_UDL
	tristate "DisplayLink"
	depends on DRM
	depends on USB_SUPPORT
	depends on USB_ARCH_HAS_HCD
	select USB
	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.
back to top