2 tristate "DRM driver for VMware Virtual GPU"
7 select FB_CFB_IMAGEBLIT
9 # Only needed for the transitional use of drm_crtc_init - can be removed
10 # again once vmwgfx sets up the primary plane itself.
13 Choose this option if you would like to run 3D acceleration
14 in a VMware virtual machine.
15 This is a KMS enabled DRM driver for the VMware SVGA2
17 The compiled module will be called "vmwgfx.ko".
19 config DRM_VMWGFX_FBCON
20 depends on DRM_VMWGFX && FB
21 bool "Enable framebuffer console under vmwgfx by default"
23 Choose this option if you are shipping a new vmwgfx
24 userspace driver that supports using the kernel driver.