linux/common-config: fix for Linux 5.10.y on aarch64 (#471737)

This commit is contained in:
K900
2025-12-17 18:32:00 +00:00
committed by GitHub
@@ -567,10 +567,7 @@ let
(stdenv.hostPlatform.system == "x86_64-linux" || stdenv.hostPlatform.system == "aarch64-linux")
{
# Enable Hyper-V guest stuff
HYPERV = lib.mkMerge [
(whenOlder "6.18" module)
(whenAtLeast "6.18" yes)
];
HYPERV = whenAtLeast "6.18" yes;
# Enable Hyper-V Synthetic DRM Driver
DRM_HYPERV = whenAtLeast "5.14" module;
# And disable the legacy framebuffer driver when we have the new one