blob: 38c2bb72e4560f72aac8edf0095acf99b2b171b3 [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
Antonio Ospite949b6182013-12-16 10:42:12 +01008 select DRM_KMS_HELPER
Daniel Vetter92b6f892013-10-08 17:44:47 +02009 select DRM_KMS_FB_HELPER
Antonio Ospite949b6182013-12-16 10:42:12 +010010 select DRM_TTM
Randy Dunlap488574d2013-12-20 10:58:15 -080011 select CRC32
Dave Airlief64122c2013-02-25 14:47:55 +100012 help
Antonio Ospite949b6182013-12-16 10:42:12 +010013 QXL virtual GPU for Spice virtualization desktop integration.
14 Do not enable this driver unless your distro ships a corresponding
15 X.org QXL driver that can handle kernel modesetting.