linux: enable amd_pstate
This commit is contained in:
parent
25b3b9b1b2
commit
7520ab8e66
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ let
|
||||||
INTEL_RAPL = whenAtLeast "5.3" module;
|
INTEL_RAPL = whenAtLeast "5.3" module;
|
||||||
X86_INTEL_LPSS = yes;
|
X86_INTEL_LPSS = yes;
|
||||||
X86_INTEL_PSTATE = yes;
|
X86_INTEL_PSTATE = yes;
|
||||||
|
X86_AMD_PSTATE = whenAtLeast "5.17" module;
|
||||||
};
|
};
|
||||||
|
|
||||||
external-firmware = {
|
external-firmware = {
|
||||||
|
|
Loading…
Reference in a new issue