mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-08 05:03:40 +00:00
Merge pull request #255846 from the-furry-hubofeverything/add-hp-drivers
linux-kernel: Add HP drivers on 6.1+
This commit is contained in:
commit
da6124c8a1
@ -1012,6 +1012,7 @@ let
|
||||
|
||||
X86_AMD_PLATFORM_DEVICE = yes;
|
||||
X86_PLATFORM_DRIVERS_DELL = whenAtLeast "5.12" yes;
|
||||
X86_PLATFORM_DRIVERS_HP = whenAtLeast "6.1" yes;
|
||||
|
||||
LIRC = mkMerge [ (whenOlder "4.16" module) (whenAtLeast "4.17" yes) ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user