]> git.proxmox.com Git - mirror_ubuntu-kernels.git/blame - drivers/gpu/drm/virtio/Kconfig
treewide: Add SPDX license identifier - Makefile/Kconfig
[mirror_ubuntu-kernels.git] / drivers / gpu / drm / virtio / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
dc5698e8
DA
2config DRM_VIRTIO_GPU
3 tristate "Virtio GPU driver"
011cda58 4 depends on DRM && VIRTIO && MMU
de1e211f
PG
5 select DRM_KMS_HELPER
6 select DRM_TTM
dc5698e8
DA
7 help
8 This is the virtual GPU driver for virtio. It can be used with
de1e211f 9 QEMU based VMMs (like KVM or Xen).
dc5698e8
DA
10
11 If unsure say M.