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