summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/common-config.nix
diff options
context:
space:
mode:
authorhubofeverything <53921912+the-furry-hubofeverything@users.noreply.github.com>2023-09-16 05:54:08 -0700
committerK900 <me@0upti.me>2023-09-23 18:58:14 +0300
commit7eb259b1fb37bc65dc8aafc3a6c9cdf109eb7e59 (patch)
tree2405b2c98d7cc58493783bebe38ded7757f826ac /pkgs/os-specific/linux/kernel/common-config.nix
parent21e3eb0981c1133bb9db3edf29ea0d88b3f5b565 (diff)
downloadnixpkgs-7eb259b1fb37bc65dc8aafc3a6c9cdf109eb7e59.tar
nixpkgs-7eb259b1fb37bc65dc8aafc3a6c9cdf109eb7e59.tar.gz
nixpkgs-7eb259b1fb37bc65dc8aafc3a6c9cdf109eb7e59.tar.bz2
nixpkgs-7eb259b1fb37bc65dc8aafc3a6c9cdf109eb7e59.tar.lz
nixpkgs-7eb259b1fb37bc65dc8aafc3a6c9cdf109eb7e59.tar.xz
nixpkgs-7eb259b1fb37bc65dc8aafc3a6c9cdf109eb7e59.tar.zst
nixpkgs-7eb259b1fb37bc65dc8aafc3a6c9cdf109eb7e59.zip
linux-kernel: Add HP drivers on 6.1+
Diffstat (limited to 'pkgs/os-specific/linux/kernel/common-config.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 2e558267736..038a3105a18 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -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) ];