brintos

brintos / linux-shallow public Read only

0
0
Text · 386 B · ca3f51c Raw
13 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_QXL3	tristate "QXL virtual GPU"4	depends on DRM && PCI && MMU5	select DRM_KMS_HELPER6	select DRM_TTM7	select DRM_TTM_HELPER8	select CRC329	help10	  QXL virtual GPU for Spice virtualization desktop integration.11	  Do not enable this driver unless your distro ships a corresponding12	  X.org QXL driver that can handle kernel modesetting.13