1config DRM_VMWGFX
2	tristate "DRM driver for VMware Virtual GPU"
3	depends on DRM && PCI && FB
4	select FB_DEFERRED_IO
5	select FB_CFB_FILLRECT
6	select FB_CFB_COPYAREA
7	select FB_CFB_IMAGEBLIT
8	select DRM_TTM
9	help
10	  KMS enabled DRM driver for SVGA2 virtual hardware.
11
12	  If unsure say n. The compiled module will be
13	  called vmwgfx.ko
14