projects
/
firefly-linux-kernel-4.4.55.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney...
[firefly-linux-kernel-4.4.55.git]
/
drivers
/
gpu
/
drm
/
udl
/
Kconfig
1
config DRM_UDL
2
tristate "DisplayLink"
3
depends on DRM
4
depends on USB_SUPPORT
5
depends on USB_ARCH_HAS_HCD
6
select USB
7
select FB_SYS_FILLRECT
8
select FB_SYS_COPYAREA
9
select FB_SYS_IMAGEBLIT
10
select FB_DEFERRED_IO
11
select DRM_KMS_HELPER
12
select DRM_KMS_FB_HELPER
13
help
14
This is a KMS driver for the USB displaylink video adapters.
15
Say M/Y to add support for these devices via drm/kms interfaces.