blob: 2189097486b02dda5be07b707bee69927f07b17c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#configuration for cpufreq control
# valid governors:
# ondemand, performance, powersave,
# conservative, userspace
#governor="ondemand"
# limit frequency range (optional)
# valid suffixes: Hz, kHz (default), MHz, GHz, THz
#min_freq="2.25GHz"
#max_freq="3GHz"
# use freq to set up the exact cpu frequency using it with userspace governor
#freq=
|