1a3be6f6cSDirk Hohndel (VMware)# SPDX-License-Identifier: GPL-2.0 2fb1d9738SJakob Bornecrantzconfig DRM_VMWGFX 3fb1d9738SJakob Bornecrantz tristate "DRM driver for VMware Virtual GPU" 4011cda58SBenjamin Gaignard depends on DRM && PCI && X86 && MMU 5fb1d9738SJakob Bornecrantz select DRM_TTM 6b7468b15SThomas Hellstrom select MAPPING_DIRTY_HELPERS 704381b98SDaniel Vetter # Only needed for the transitional use of drm_crtc_init - can be removed 804381b98SDaniel Vetter # again once vmwgfx sets up the primary plane itself. 904381b98SDaniel Vetter select DRM_KMS_HELPER 10fb1d9738SJakob Bornecrantz help 115a7b74beSThomas Hellstrom Choose this option if you would like to run 3D acceleration 125a7b74beSThomas Hellstrom in a VMware virtual machine. 135a7b74beSThomas Hellstrom This is a KMS enabled DRM driver for the VMware SVGA2 145a7b74beSThomas Hellstrom virtual hardware. 155a7b74beSThomas Hellstrom The compiled module will be called "vmwgfx.ko". 165d2afab9SDave Airlie 175d2afab9SDave Airlieconfig DRM_VMWGFX_FBCON 18*5dbf2fc5SThomas Zimmermann depends on DRM_VMWGFX && DRM_FBDEV_EMULATION 195d2afab9SDave Airlie bool "Enable framebuffer console under vmwgfx by default" 205d2afab9SDave Airlie help 215d2afab9SDave Airlie Choose this option if you are shipping a new vmwgfx 225d2afab9SDave Airlie userspace driver that supports using the kernel driver. 235d2afab9SDave Airlie 24