Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / drivers / gpu / drm / virtio / Kconfig
blob0c384d9a2b75e3e47b5c064ef76ee64f6afbaaeb
1 config DRM_VIRTIO_GPU
2         tristate "Virtio GPU driver"
3         depends on DRM && VIRTIO && MMU
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).
10            If unsure say M.