2019-05-19 20:07:45 +08:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2013-09-09 08:02:56 +08:00
|
|
|
config DRM_VIRTIO_GPU
|
|
|
|
tristate "Virtio GPU driver"
|
2017-01-07 19:39:11 +08:00
|
|
|
depends on DRM && VIRTIO && MMU
|
2016-10-08 15:55:18 +08:00
|
|
|
select DRM_KMS_HELPER
|
|
|
|
select DRM_TTM
|
2013-09-09 08:02:56 +08:00
|
|
|
help
|
|
|
|
This is the virtual GPU driver for virtio. It can be used with
|
2016-10-08 15:55:18 +08:00
|
|
|
QEMU based VMMs (like KVM or Xen).
|
2013-09-09 08:02:56 +08:00
|
|
|
|
|
|
|
If unsure say M.
|