162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
262306a36Sopenharmony_ciconfig DRM_VIRTIO_GPU
362306a36Sopenharmony_ci	tristate "Virtio GPU driver"
462306a36Sopenharmony_ci	depends on DRM && VIRTIO_MENU && MMU
562306a36Sopenharmony_ci	select VIRTIO
662306a36Sopenharmony_ci	select DRM_KMS_HELPER
762306a36Sopenharmony_ci	select DRM_GEM_SHMEM_HELPER
862306a36Sopenharmony_ci	select VIRTIO_DMA_SHARED_BUFFER
962306a36Sopenharmony_ci	help
1062306a36Sopenharmony_ci	   This is the virtual GPU driver for virtio.  It can be used with
1162306a36Sopenharmony_ci	   QEMU based VMMs (like KVM or Xen).
1262306a36Sopenharmony_ci
1362306a36Sopenharmony_ci	   If unsure say M.
1462306a36Sopenharmony_ci
1562306a36Sopenharmony_ciconfig DRM_VIRTIO_GPU_KMS
1662306a36Sopenharmony_ci	bool "Virtio GPU driver modesetting support"
1762306a36Sopenharmony_ci	depends on DRM_VIRTIO_GPU
1862306a36Sopenharmony_ci	default y
1962306a36Sopenharmony_ci	help
2062306a36Sopenharmony_ci	   Enable modesetting support for virtio GPU driver.  This can be
2162306a36Sopenharmony_ci	   disabled in cases where only "headless" usage of the GPU is
2262306a36Sopenharmony_ci	   required.
2362306a36Sopenharmony_ci
2462306a36Sopenharmony_ci	   If unsure, say Y.
25