Kconfig 1.1 KB

123456789101112131415161718192021222324252627282930313233
  1. # SPDX-License-Identifier: GPL-2.0
  2. config DRM_VMWGFX
  3. tristate "DRM driver for VMware Virtual GPU"
  4. depends on DRM && PCI && MMU
  5. depends on X86 || ARM64
  6. select DRM_TTM
  7. select DRM_TTM_HELPER
  8. select MAPPING_DIRTY_HELPERS
  9. # Only needed for the transitional use of drm_crtc_init - can be removed
  10. # again once vmwgfx sets up the primary plane itself.
  11. select DRM_KMS_HELPER
  12. help
  13. Choose this option if you would like to run 3D acceleration
  14. in a VMware virtual machine.
  15. This is a KMS enabled DRM driver for the VMware SVGA2
  16. virtual hardware.
  17. The compiled module will be called "vmwgfx.ko".
  18. config DRM_VMWGFX_FBCON
  19. depends on DRM_VMWGFX && DRM_FBDEV_EMULATION
  20. bool "Enable framebuffer console under vmwgfx by default"
  21. help
  22. Choose this option if you are shipping a new vmwgfx
  23. userspace driver that supports using the kernel driver.
  24. config DRM_VMWGFX_MKSSTATS
  25. bool "Enable mksGuestStats instrumentation of vmwgfx by default"
  26. depends on DRM_VMWGFX
  27. depends on X86
  28. default n
  29. help
  30. Choose this option to instrument the kernel driver for mksGuestStats.