Merge pull request #199500 from Atemu/xanmod-remove-amd-pstate
This commit is contained in:
commit
1dbaa9cc85
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ let
|
|||
|
||||
structuredExtraConfig = with lib.kernel; {
|
||||
# AMD P-state driver
|
||||
X86_AMD_PSTATE = yes;
|
||||
X86_AMD_PSTATE = lib.mkOverride 60 yes;
|
||||
|
||||
# Google's BBRv2 TCP congestion Control
|
||||
TCP_CONG_BBR2 = yes;
|
||||
|
|
Loading…
Reference in a new issue