xref: /openbmc/linux/drivers/gpu/drm/vmwgfx/Kconfig (revision 5a7b74be)
1fb1d9738SJakob Bornecrantzconfig DRM_VMWGFX
2fb1d9738SJakob Bornecrantz	tristate "DRM driver for VMware Virtual GPU"
3ae6445acSRandy Dunlap	depends on DRM && PCI && FB
4fb1d9738SJakob Bornecrantz	select FB_DEFERRED_IO
5fb1d9738SJakob Bornecrantz	select FB_CFB_FILLRECT
6fb1d9738SJakob Bornecrantz	select FB_CFB_COPYAREA
7fb1d9738SJakob Bornecrantz	select FB_CFB_IMAGEBLIT
8fb1d9738SJakob Bornecrantz	select DRM_TTM
9fb1d9738SJakob Bornecrantz	help
10*5a7b74beSThomas Hellstrom	  Choose this option if you would like to run 3D acceleration
11*5a7b74beSThomas Hellstrom	  in a VMware virtual machine.
12*5a7b74beSThomas Hellstrom	  This is a KMS enabled DRM driver for the VMware SVGA2
13*5a7b74beSThomas Hellstrom	  virtual hardware.
14*5a7b74beSThomas Hellstrom	  The compiled module will be called "vmwgfx.ko".
15