xref: /openbmc/linux/drivers/gpu/drm/vmwgfx/Kconfig (revision b07bb761)
1fb1d9738SJakob Bornecrantzconfig DRM_VMWGFX
2fb1d9738SJakob Bornecrantz	tristate "DRM driver for VMware Virtual GPU"
3*b07bb761SThomas 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
904381b98SDaniel Vetter	# Only needed for the transitional use of drm_crtc_init - can be removed
1004381b98SDaniel Vetter	# again once vmwgfx sets up the primary plane itself.
1104381b98SDaniel Vetter	select DRM_KMS_HELPER
12fb1d9738SJakob Bornecrantz	help
135a7b74beSThomas Hellstrom	  Choose this option if you would like to run 3D acceleration
145a7b74beSThomas Hellstrom	  in a VMware virtual machine.
155a7b74beSThomas Hellstrom	  This is a KMS enabled DRM driver for the VMware SVGA2
165a7b74beSThomas Hellstrom	  virtual hardware.
175a7b74beSThomas Hellstrom	  The compiled module will be called "vmwgfx.ko".
185d2afab9SDave Airlie
195d2afab9SDave Airlieconfig DRM_VMWGFX_FBCON
2004381b98SDaniel Vetter	depends on DRM_VMWGFX && FB
215d2afab9SDave Airlie	bool "Enable framebuffer console under vmwgfx by default"
225d2afab9SDave Airlie	help
235d2afab9SDave Airlie	   Choose this option if you are shipping a new vmwgfx
245d2afab9SDave Airlie	   userspace driver that supports using the kernel driver.
255d2afab9SDave Airlie
26