11.3Sriastrad# SPDX-License-Identifier: GPL-2.0-only 21.1Sriastradconfig DRM_VIRTIO_GPU 31.1Sriastrad tristate "Virtio GPU driver" 41.3Sriastrad depends on DRM && VIRTIO && MMU 51.3Sriastrad select DRM_KMS_HELPER 61.3Sriastrad select DRM_GEM_SHMEM_HELPER 71.1Sriastrad help 81.1Sriastrad This is the virtual GPU driver for virtio. It can be used with 91.3Sriastrad QEMU based VMMs (like KVM or Xen). 101.1Sriastrad 111.1Sriastrad If unsure say M. 12