Kconfig 534 B

12345678910111213141516
  1. config DRM_VBOXVIDEO
  2. tristate "Virtual Box Graphics Card"
  3. depends on DRM && X86 && PCI
  4. select DRM_KMS_HELPER
  5. select DRM_TTM
  6. select GENERIC_ALLOCATOR
  7. help
  8. This is a KMS driver for the virtual Graphics Card used in
  9. Virtual Box virtual machines.
  10. Although it is possible to build this driver built-in to the
  11. kernel, it is advised to build it as a module, so that it can
  12. be updated independently of the kernel. Select M to build this
  13. driver as a module and add support for these devices via drm/kms
  14. interfaces.