mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
11 lines
226 B
Text
11 lines
226 B
Text
|
#configuration for cpufreq control
|
||
|
|
||
|
# valid governors:
|
||
|
# ondemand, performance, powersave,
|
||
|
# conservative, userspace
|
||
|
governor="ondemand"
|
||
|
|
||
|
# valid suffixes: Hz, kHz (default), MHz, GHz, THz
|
||
|
min_freq="2.25GHz"
|
||
|
max_freq="3GHz"
|