SmartAudio/lichee/linux-4.9/drivers/gpu/drm/virtio/Kconfig

11 lines
273 B
Plaintext
Raw Normal View History

2018-07-13 01:31:50 +00:00
config DRM_VIRTIO_GPU
tristate "Virtio GPU driver"
depends on DRM && VIRTIO
select DRM_KMS_HELPER
select DRM_TTM
help
This is the virtual GPU driver for virtio. It can be used with
QEMU based VMMs (like KVM or Xen).
If unsure say M.