source: kernel-config/general/sysutils/power-profiles-daemon.toml@ 583c912d

12.1 ken/TL2024 lazarus trunk xry111/llvm18
Last change on this file since 583c912d was 16d42f6, checked in by Rahul Chandra <rahul@…>, 5 months ago

Add power-profiles-daemon

  • Property mode set to 100644
File size: 331 bytes
Line 
1# To have cpu support you need to have this
2CPU_FREQ = { value = '*', forced = true }
3CPU_FREQ_GOV_PERFORMANCE = '*'
4CPU_FREQ_GOV_POWERSAVE = '*'
5# For some reason if you select any sort of frequency scaling, intel pstate is forced on
6X86_INTEL_PSTATE = { value = '*', forced = true }
7X86_AMD_PSTATE = '*'
8X86_AMD_PSTATE_UT = '*M'
Note: See TracBrowser for help on using the repository browser.