1 # SPDX-License-Identifier: GPL-2.0
3 tristate "DRM driver for VMware Virtual GPU"
4 depends on DRM && PCI && X86 && MMU
8 select FB_CFB_IMAGEBLIT
11 select MAPPING_DIRTY_HELPERS
12 # Only needed for the transitional use of drm_crtc_init - can be removed
13 # again once vmwgfx sets up the primary plane itself.
16 Choose this option if you would like to run 3D acceleration
17 in a VMware virtual machine.
18 This is a KMS enabled DRM driver for the VMware SVGA2
20 The compiled module will be called "vmwgfx.ko".
22 config DRM_VMWGFX_FBCON
23 depends on DRM_VMWGFX && FB
24 bool "Enable framebuffer console under vmwgfx by default"
26 Choose this option if you are shipping a new vmwgfx
27 userspace driver that supports using the kernel driver.