Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 1 | config DRM_VMWGFX |
| 2 | tristate "DRM driver for VMware Virtual GPU" |
Randy Dunlap | ae6445a | 2010-03-11 22:01:39 +0000 | [diff] [blame] | 3 | depends on DRM && PCI && FB |
Jakob Bornecrantz | fb1d973 | 2009-12-10 00:19:58 +0000 | [diff] [blame] | 4 | 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 Hellstrom | 5a7b74b | 2011-10-11 10:42:51 +0200 | [diff] [blame^] | 10 | 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". |