linux: kernel: enable DRM_HYPERV

This commit is contained in:
Cole Mickens 2022-04-15 15:27:40 -07:00
parent bebe0f71df
commit 9c3dc3cfeb
No known key found for this signature in database
GPG key ID: B475C2955744A019

View file

@ -303,6 +303,8 @@ let
# Intel GVT-g graphics virtualization supports 64-bit only
DRM_I915_GVT = whenAtLeast "4.16" yes;
DRM_I915_GVT_KVMGT = whenAtLeast "4.16" module;
# Enable Hyper-V Synthetic DRM Driver
DRM_HYPERV = whenAtLeast "5.14" module;
} // optionalAttrs (stdenv.hostPlatform.system == "aarch64-linux") {
# enable HDMI-CEC on RPi boards
DRM_VC4_HDMI_CEC = yes;