xref: /openbmc/linux/drivers/gpu/drm/vmwgfx/Kconfig (revision 183cd49f)
1fb1d9738SJakob Bornecrantzconfig DRM_VMWGFX
2fb1d9738SJakob Bornecrantz	tristate "DRM driver for VMware Virtual GPU"
3b07bb761SThomas Hellstrom	depends on DRM && PCI && X86
4fb1d9738SJakob Bornecrantz	select FB_DEFERRED_IO
5fb1d9738SJakob Bornecrantz	select FB_CFB_FILLRECT
6fb1d9738SJakob Bornecrantz	select FB_CFB_COPYAREA
7fb1d9738SJakob Bornecrantz	select FB_CFB_IMAGEBLIT
8fb1d9738SJakob Bornecrantz	select DRM_TTM
9*183cd49fSDaniel Vetter	select FB
1004381b98SDaniel Vetter	# Only needed for the transitional use of drm_crtc_init - can be removed
1104381b98SDaniel Vetter	# again once vmwgfx sets up the primary plane itself.
1204381b98SDaniel Vetter	select DRM_KMS_HELPER
13fb1d9738SJakob Bornecrantz	help
145a7b74beSThomas Hellstrom	  Choose this option if you would like to run 3D acceleration
155a7b74beSThomas Hellstrom	  in a VMware virtual machine.
165a7b74beSThomas Hellstrom	  This is a KMS enabled DRM driver for the VMware SVGA2
175a7b74beSThomas Hellstrom	  virtual hardware.
185a7b74beSThomas Hellstrom	  The compiled module will be called "vmwgfx.ko".
195d2afab9SDave Airlie
205d2afab9SDave Airlieconfig DRM_VMWGFX_FBCON
2104381b98SDaniel Vetter	depends on DRM_VMWGFX && FB
225d2afab9SDave Airlie	bool "Enable framebuffer console under vmwgfx by default"
235d2afab9SDave Airlie	help
245d2afab9SDave Airlie	   Choose this option if you are shipping a new vmwgfx
255d2afab9SDave Airlie	   userspace driver that supports using the kernel driver.
265d2afab9SDave Airlie
27