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
Linux 4.9.243
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
virtio
/
Kconfig
blob
e1afc3d3f8d95cfb33d1905fcbccf0ab0201190d
1
config DRM_VIRTIO_GPU
2
tristate "Virtio GPU driver"
3
depends on DRM && VIRTIO
4
select DRM_KMS_HELPER
5
select DRM_TTM
6
help
7
This is the virtual GPU driver for virtio. It can be used with
8
QEMU based VMMs (like KVM or Xen).
9
10
If unsure say M.