Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 2ea659a9ef488125eb46da6eb571de5eae5c43f6 authored by Linus Torvalds on 13 May 2017, 20:19:49 UTC
Linux 4.12-rc1
Tip revision: 2ea659a
Kconfig
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