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