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
Merge branch 'akpm' (patches from Andrew)
[linux/fpc-iii.git]
/
drivers
/
gpu
/
drm
/
virtio
/
Kconfig
blob
eff3047052d4818d9bbede7c4b7b115fe7d1d62a
1
# SPDX-License-Identifier: GPL-2.0-only
2
config DRM_VIRTIO_GPU
3
tristate "Virtio GPU driver"
4
depends on DRM && VIRTIO && MMU
5
select DRM_KMS_HELPER
6
select DRM_GEM_SHMEM_HELPER
7
help
8
This is the virtual GPU driver for virtio. It can be used with
9
QEMU based VMMs (like KVM or Xen).
10
11
If unsure say M.