25 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_VIRTIO_GPU3 tristate "Virtio GPU driver"4 depends on DRM && VIRTIO_MENU && MMU5 select VIRTIO6 select DRM_KMS_HELPER7 select DRM_GEM_SHMEM_HELPER8 select VIRTIO_DMA_SHARED_BUFFER9 help10 This is the virtual GPU driver for virtio. It can be used with11 QEMU based VMMs (like KVM or Xen).12 13 If unsure say M.14 15config DRM_VIRTIO_GPU_KMS16 bool "Virtio GPU driver modesetting support"17 depends on DRM_VIRTIO_GPU18 default y19 help20 Enable modesetting support for virtio GPU driver. This can be21 disabled in cases where only "headless" usage of the GPU is22 required.23 24 If unsure, say Y.25