Kconfig 328 B

12345678910111213
  1. config DRM_VMWGFX
  2. tristate "DRM driver for VMware Virtual GPU"
  3. depends on DRM && PCI
  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. If unsure say n. The compiled module will be
  12. called vmwgfx.ko