linux: kernel: enable DRM_HYPERV
This commit is contained in:
parent
bebe0f71df
commit
9c3dc3cfeb
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue