xanmod-kernels: use CPUFreq governor performance

explicitly follows the upstream CPU Frequency scaling configuration
This commit is contained in:
zzzsyyy 2024-03-27 19:25:10 +08:00
parent 238727c8c2
commit 707234ad1c
No known key found for this signature in database
GPG Key ID: 3F2409FFE586FB7F

View File

@ -29,6 +29,10 @@ let
};
structuredExtraConfig = with lib.kernel; {
# CPUFreq governor Performance
CPU_FREQ_DEFAULT_GOV_PERFORMANCE = lib.mkOverride 60 yes;
CPU_FREQ_DEFAULT_GOV_SCHEDUTIL = lib.mkOverride 60 no;
# Google's BBRv3 TCP congestion Control
TCP_CONG_BBR = yes;
DEFAULT_BBR = yes;