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
commit 7a41876e2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

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