Kconfig 547 B

1234567891011121314
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. config DRM_HYPERV
  3. tristate "DRM Support for Hyper-V synthetic video device"
  4. depends on DRM && PCI && HYPERV_VMBUS
  5. select DRM_CLIENT_SELECTION
  6. select DRM_KMS_HELPER
  7. select DRM_GEM_SHMEM_HELPER
  8. help
  9. This is a KMS driver for Hyper-V synthetic video device. Choose this
  10. option if you would like to enable drm driver for Hyper-V virtual
  11. machine. Unselect Hyper-V framebuffer driver (CONFIG_FB_HYPERV) so
  12. that DRM driver is used by default.
  13. If M is selected the module will be called hyperv_drm.