blob: 66ac0ff95f5a30408bf722b43e49e76138e74546 [file] [log] [blame]
Dave Airlief64122c2013-02-25 14:47:55 +10001config DRM_QXL
2 tristate "QXL virtual GPU"
3 depends on DRM && PCI
4 select FB_SYS_FILLRECT
5 select FB_SYS_COPYAREA
6 select FB_SYS_IMAGEBLIT
Andrew Jonesc89b65e2013-05-27 15:58:04 +02007 select FB_DEFERRED_IO
Dave Airlief64122c2013-02-25 14:47:55 +10008 select DRM_KMS_HELPER
Daniel Vetter92b6f892013-10-08 17:44:47 +02009 select DRM_KMS_FB_HELPER
Dave Airlief64122c2013-02-25 14:47:55 +100010 select DRM_TTM
Randy Dunlap488574d2013-12-20 10:58:15 -080011 select CRC32
Dave Airlief64122c2013-02-25 14:47:55 +100012 help
13 QXL virtual GPU for Spice virtualization desktop integration. Do not enable this driver unless your distro ships a corresponding X.org QXL driver that can handle kernel modesetting.