summary refs log tree commit diff
path: root/pkgs/os-specific/linux/kernel/common-config.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-03 13:56:22 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2022-12-03 13:56:22 +0100
commitca98db29b360a005b2bf53e53f386942a743f97a (patch)
treed49307f38bd0115bf6b7578ca4194a626de88ba3 /pkgs/os-specific/linux/kernel/common-config.nix
parent6d2b8f327793796b6e846116cc1eff9b49710947 (diff)
parent39739a47b07f1216fcd2dcf1d206285734aca760 (diff)
downloadnixpkgs-ca98db29b360a005b2bf53e53f386942a743f97a.tar
nixpkgs-ca98db29b360a005b2bf53e53f386942a743f97a.tar.gz
nixpkgs-ca98db29b360a005b2bf53e53f386942a743f97a.tar.bz2
nixpkgs-ca98db29b360a005b2bf53e53f386942a743f97a.tar.lz
nixpkgs-ca98db29b360a005b2bf53e53f386942a743f97a.tar.xz
nixpkgs-ca98db29b360a005b2bf53e53f386942a743f97a.tar.zst
nixpkgs-ca98db29b360a005b2bf53e53f386942a743f97a.zip
Merge remote-tracking branch 'origin/staging-next' into staging
Diffstat (limited to 'pkgs/os-specific/linux/kernel/common-config.nix')
-rw-r--r--pkgs/os-specific/linux/kernel/common-config.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/kernel/common-config.nix b/pkgs/os-specific/linux/kernel/common-config.nix
index 51243ebfd4e..5e6fea31f86 100644
--- a/pkgs/os-specific/linux/kernel/common-config.nix
+++ b/pkgs/os-specific/linux/kernel/common-config.nix
@@ -75,7 +75,7 @@ let
       INTEL_RAPL                       = whenAtLeast "5.3" module;
       X86_INTEL_LPSS                   = yes;
       X86_INTEL_PSTATE                 = yes;
-      X86_AMD_PSTATE                   = whenAtLeast "5.17" module;
+      X86_AMD_PSTATE                   = whenAtLeast "5.17" yes;
     };
 
     external-firmware = {