Merge tag 'mips_5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
[linux-2.6-microblaze.git] / drivers / gpu / drm / Kconfig
index d3a9ca4..7ff8969 100644 (file)
@@ -98,9 +98,8 @@ config DRM_DEBUG_DP_MST_TOPOLOGY_REFS
 config DRM_FBDEV_EMULATION
        bool "Enable legacy fbdev support for your modesetting driver"
        depends on DRM
+       depends on FB
        select DRM_KMS_HELPER
-       select DRM_KMS_FB_HELPER
-       select FB
        select FB_CFB_FILLRECT
        select FB_CFB_COPYAREA
        select FB_CFB_IMAGEBLIT
@@ -380,6 +379,19 @@ source "drivers/gpu/drm/xlnx/Kconfig"
 
 source "drivers/gpu/drm/gud/Kconfig"
 
+config DRM_HYPERV
+       tristate "DRM Support for Hyper-V synthetic video device"
+       depends on DRM && PCI && MMU && HYPERV
+       select DRM_KMS_HELPER
+       select DRM_GEM_SHMEM_HELPER
+       help
+        This is a KMS driver for Hyper-V synthetic video device. Choose this
+        option if you would like to enable drm driver for Hyper-V virtual
+        machine. Unselect Hyper-V framebuffer driver (CONFIG_FB_HYPERV) so
+        that DRM driver is used by default.
+
+        If M is selected the module will be called hyperv_drm.
+
 # Keep legacy drivers last
 
 menuconfig DRM_LEGACY