Commit c00e9ebd authored by K900's avatar K900
Browse files

linux/common-config: disable FB_HYPERV when DRM_HYPERV is available

It is still for some reason preferred over DRM_HYPERV
despite being objectively worse.
parent f24828ef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -525,6 +525,8 @@ let
        DRM_I915_GVT_KVMGT = module;
        # Enable Hyper-V Synthetic DRM Driver
        DRM_HYPERV = whenAtLeast "5.14" module;
        # And disable the legacy framebuffer driver when we have the new one
        FB_HYPERV = whenAtLeast "5.14" no;
      }
      // lib.optionalAttrs (stdenv.hostPlatform.system == "aarch64-linux") {
        # enable HDMI-CEC on RPi boards