linux-kernel: Add dell drivers on 5.12+
This commit is contained in:
parent
5fa785a60a
commit
be03cf01f3
1 changed files with 1 additions and 0 deletions
|
@ -844,6 +844,7 @@ let
|
||||||
PREEMPT_VOLUNTARY = yes;
|
PREEMPT_VOLUNTARY = yes;
|
||||||
|
|
||||||
X86_AMD_PLATFORM_DEVICE = 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") {
|
} // optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux" || stdenv.hostPlatform.system == "aarch64-linux") {
|
||||||
# Enable CPU/memory hotplug support
|
# Enable CPU/memory hotplug support
|
||||||
|
|
Loading…
Reference in a new issue