xref: /linux/drivers/gpu/drm/qxl/Kconfig (revision f15176b8b6e72ac30e14fd273282d2b72562d26b)
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_QXL
3	tristate "QXL virtual GPU"
4	depends on DRM && PCI && MMU && HAS_IOPORT
5	select DRM_CLIENT_SELECTION
6	select DRM_KMS_HELPER
7	select DRM_TTM
8	select DRM_TTM_HELPER
9	select DRM_EXEC
10	select CRC32
11	help
12	  QXL virtual GPU for Spice virtualization desktop integration.
13	  Do not enable this driver unless your distro ships a corresponding
14	  X.org QXL driver that can handle kernel modesetting.
15