Merge tag 'sched_ext-for-6.12-rc1-fixes-1' of git://git.kernel.org/pub/scm/linux...
[linux-block.git] / drivers / gpu / drm / qxl / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
f64122c1
DA
2config DRM_QXL
3 tristate "QXL virtual GPU"
011cda58 4 depends on DRM && PCI && MMU
949b6183 5 select DRM_KMS_HELPER
949b6183 6 select DRM_TTM
ff1ae8f5 7 select DRM_TTM_HELPER
488574db 8 select CRC32
f64122c1 9 help
949b6183
AO
10 QXL virtual GPU for Spice virtualization desktop integration.
11 Do not enable this driver unless your distro ships a corresponding
12 X.org QXL driver that can handle kernel modesetting.