minor tweaks

This commit is contained in:
notgne2 2022-01-18 22:32:54 -07:00
parent 5ab514b46a
commit 6b5dbaa92e
No known key found for this signature in database
GPG key ID: BB661E172B42A7F8
3 changed files with 15 additions and 5 deletions

View file

@ -69,8 +69,8 @@ in
CPU_HWP_DYN_BOOST_ON_BAT = lib.mkDefault 0;
CPU_HWP_DYN_BOOST_ON_AC = lib.mkDefault 1;
SCHED_POWERSAVE_ON_BAT = lib.mkDefault 0;
SCHED_POWERSAVE_ON_AC = lib.mkDefault 1;
SCHED_POWERSAVE_ON_BAT = lib.mkDefault 1;
SCHED_POWERSAVE_ON_AC = lib.mkDefault 0;
CPU_MAX_PERF_ON_BAT = lib.mkDefault 30;
CPU_MAX_PERF_ON_AC = lib.mkDefault 100;