mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
10 lines
226 B
Text
10 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"
|