# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_DRM_VIRTIO_GPU[0m tristate "Virtio GPU driver" depends on [31mCONFIG_DRM[0m && VIRTIO && MMU select [31mCONFIG_DRM_KMS_HELPER[0m select [31mCONFIG_DRM_GEM_SHMEM_HELPER[0m 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. |