11.3Sriastrad# SPDX-License-Identifier: GPL-2.0
21.1Sriastradconfig DRM_VMWGFX
31.1Sriastrad	tristate "DRM driver for VMware Virtual GPU"
41.3Sriastrad	depends on DRM && PCI && X86 && MMU
51.1Sriastrad	select FB_DEFERRED_IO
61.1Sriastrad	select FB_CFB_FILLRECT
71.1Sriastrad	select FB_CFB_COPYAREA
81.1Sriastrad	select FB_CFB_IMAGEBLIT
91.1Sriastrad	select DRM_TTM
101.3Sriastrad	select FB
111.3Sriastrad	select MAPPING_DIRTY_HELPERS
121.2Sriastrad	# Only needed for the transitional use of drm_crtc_init - can be removed
131.2Sriastrad	# again once vmwgfx sets up the primary plane itself.
141.2Sriastrad	select DRM_KMS_HELPER
151.1Sriastrad	help
161.1Sriastrad	  Choose this option if you would like to run 3D acceleration
171.1Sriastrad	  in a VMware virtual machine.
181.1Sriastrad	  This is a KMS enabled DRM driver for the VMware SVGA2
191.1Sriastrad	  virtual hardware.
201.1Sriastrad	  The compiled module will be called "vmwgfx.ko".
211.1Sriastrad
221.1Sriastradconfig DRM_VMWGFX_FBCON
231.2Sriastrad	depends on DRM_VMWGFX && FB
241.1Sriastrad	bool "Enable framebuffer console under vmwgfx by default"
251.1Sriastrad	help
261.1Sriastrad	   Choose this option if you are shipping a new vmwgfx
271.1Sriastrad	   userspace driver that supports using the kernel driver.
281.1Sriastrad
29