blob: ba36e933bb490ceeaf5d9b9f1b10286a72e8f416 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001# SPDX-License-Identifier: GPL-2.0-only
2config DRM_VIRTIO_GPU
3 tristate "Virtio GPU driver"
4 depends on DRM && VIRTIO && MMU
5 select DRM_KMS_HELPER
6 select DRM_TTM
7 help
8 This is the virtual GPU driver for virtio. It can be used with
9 QEMU based VMMs (like KVM or Xen).
10
11 If unsure say M.