xref: /openbmc/linux/drivers/gpu/drm/virtio/Kconfig (revision 2077ec340c4850067c3581d7a83c7313b56ddaf3)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2dc5698e8SDave Airlieconfig DRM_VIRTIO_GPU
3dc5698e8SDave Airlie	tristate "Virtio GPU driver"
4*2077ec34SEnrico Weigelt, metux IT consult	depends on DRM && VIRTIO_MENU && MMU
5*2077ec34SEnrico Weigelt, metux IT consult	select VIRTIO
6dc5698e8SDave Airlie	select DRM_KMS_HELPER
7c66df701SGerd Hoffmann	select DRM_GEM_SHMEM_HELPER
89fe2f897SDavid Stevens	select VIRTIO_DMA_SHARED_BUFFER
9dc5698e8SDave Airlie	help
10dc5698e8SDave Airlie	   This is the virtual GPU driver for virtio.  It can be used with
11dc5698e8SDave Airlie	   QEMU based VMMs (like KVM or Xen).
12dc5698e8SDave Airlie
13dc5698e8SDave Airlie	   If unsure say M.
14