repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
WIP FPC-III support
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
udl
/
Kconfig
blob
1f497d8f1ae5d085f0c916c82317635fed37ba19
1
# SPDX-License-Identifier: GPL-2.0-only
2
config 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.