linux: set X86_AMD_PSTATE=y instead of =m
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user