1 1.3 riastrad # SPDX-License-Identifier: GPL-2.0-only 2 1.1 riastrad config DRM_VIRTIO_GPU 3 1.1 riastrad tristate "Virtio GPU driver" 4 1.3 riastrad depends on DRM && VIRTIO && MMU 5 1.3 riastrad select DRM_KMS_HELPER 6 1.3 riastrad select DRM_GEM_SHMEM_HELPER 7 1.1 riastrad help 8 1.1 riastrad This is the virtual GPU driver for virtio. It can be used with 9 1.3 riastrad QEMU based VMMs (like KVM or Xen). 10 1.1 riastrad 11 1.1 riastrad If unsure say M. 12