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