Merge pull request #127917 from roblabla/fix-dell-kernel

linux-kernel: Add dell drivers on 5.12+

authored by

Jörg Thalheim and committed by
GitHub
5e8bfbb4 8978759e

+1
+1
pkgs/os-specific/linux/kernel/common-config.nix
··· 844 844 PREEMPT_VOLUNTARY = yes; 845 845 846 846 X86_AMD_PLATFORM_DEVICE = yes; 847 + X86_PLATFORM_DRIVERS_DELL = whenAtLeast "5.12" yes; 847 848 848 849 } // optionalAttrs (stdenv.hostPlatform.system == "x86_64-linux" || stdenv.hostPlatform.system == "aarch64-linux") { 849 850 # Enable CPU/memory hotplug support