blob: b71bcd0bfbbf65a60dea1ea47beef41daddb7d8c [file] [log] [blame]
Jakob Bornecrantzfb1d9732009-12-10 00:19:58 +00001config DRM_VMWGFX
2 tristate "DRM driver for VMware Virtual GPU"
Randy Dunlapae6445a2010-03-11 22:01:39 +00003 depends on DRM && PCI && FB
Jakob Bornecrantzfb1d9732009-12-10 00:19:58 +00004 select FB_DEFERRED_IO
5 select FB_CFB_FILLRECT
6 select FB_CFB_COPYAREA
7 select FB_CFB_IMAGEBLIT
8 select DRM_TTM
9 help
Thomas Hellstrom5a7b74b2011-10-11 10:42:51 +020010 Choose this option if you would like to run 3D acceleration
11 in a VMware virtual machine.
12 This is a KMS enabled DRM driver for the VMware SVGA2
13 virtual hardware.
14 The compiled module will be called "vmwgfx.ko".
Dave Airlie5d2afab2012-08-28 21:38:49 -040015
16config DRM_VMWGFX_FBCON
17 depends on DRM_VMWGFX
18 bool "Enable framebuffer console under vmwgfx by default"
19 help
20 Choose this option if you are shipping a new vmwgfx
21 userspace driver that supports using the kernel driver.
22