Merge pull request #129568 from NixOS/backport-127917-to-release-21.05

[Backport release-21.05] linux-kernel: Add dell drivers on 5.12+
This commit is contained in:
Jörg Thalheim
2021-07-08 07:09:19 +01:00
committed by GitHub

View File

@@ -844,6 +844,7 @@ let
PREEMPT_VOLUNTARY = yes;
X86_AMD_PLATFORM_DEVICE = yes;
X86_PLATFORM_DRIVERS_DELL = whenAtLeast "5.12" yes;
} // optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux" || stdenv.hostPlatform.system == "aarch64-linux") {
# Enable CPU/memory hotplug support