]> Git Repo - linux.git/blob - drivers/gpu/drm/virtio/Kconfig
Merge tag 'drm-intel-gt-next-2021-05-28' of git://anongit.freedesktop.org/drm/drm...
[linux.git] / drivers / gpu / drm / virtio / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config DRM_VIRTIO_GPU
3         tristate "Virtio GPU driver"
4         depends on DRM && VIRTIO_MENU && MMU
5         select VIRTIO
6         select DRM_KMS_HELPER
7         select DRM_GEM_SHMEM_HELPER
8         select VIRTIO_DMA_SHARED_BUFFER
9         help
10            This is the virtual GPU driver for virtio.  It can be used with
11            QEMU based VMMs (like KVM or Xen).
12
13            If unsure say M.
This page took 0.037577 seconds and 4 git commands to generate.