diff options
author | Rahul Chandra <rahul@projecteclipse.org> | 2024-01-25 21:10:23 -0500 |
---|---|---|
committer | Rahul Chandra <rahul@projecteclipse.org> | 2024-01-27 20:34:54 -0500 |
commit | 16d42f694283f08c1ea2e0bf1fed3a520f27ef9b (patch) | |
tree | 9261f216a578ced37a684fef36c5c8aa839998e5 /kernel-config | |
parent | 467137517b359daff694a139c11f2cf20aaf2ec6 (diff) |
Add power-profiles-daemon
Diffstat (limited to 'kernel-config')
-rw-r--r-- | kernel-config/general/sysutils/power-profiles-daemon.toml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/kernel-config/general/sysutils/power-profiles-daemon.toml b/kernel-config/general/sysutils/power-profiles-daemon.toml new file mode 100644 index 0000000000..14c82f0897 --- /dev/null +++ b/kernel-config/general/sysutils/power-profiles-daemon.toml @@ -0,0 +1,8 @@ +# To have cpu support you need to have this +CPU_FREQ = { value = '*', forced = true } +CPU_FREQ_GOV_PERFORMANCE = '*' +CPU_FREQ_GOV_POWERSAVE = '*' +# For some reason if you select any sort of frequency scaling, intel pstate is forced on +X86_INTEL_PSTATE = { value = '*', forced = true } +X86_AMD_PSTATE = '*' +X86_AMD_PSTATE_UT = '*M' |