1 # SPDX-License-Identifier: GPL-2.0
3 tristate "DRM driver for VMware Virtual GPU"
4 depends on DRM && PCI && MMU
5 depends on X86 || ARM64
8 select MAPPING_DIRTY_HELPERS
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_MKSSTATS
20 bool "Enable mksGuestStats instrumentation of vmwgfx by default"
25 Choose this option to instrument the kernel driver for mksGuestStats.