Lines Matching refs:governor

12 	  clock speed, you need to either enable a dynamic cpufreq governor
50 prompt "Default CPUFreq governor"
54 This option sets which CPUFreq governor shall be loaded at
61 Use the CPUFreq governor 'performance' as default. This sets
69 Use the CPUFreq governor 'powersave' as default. This sets
77 Use the CPUFreq governor 'userspace' as default. This allows
80 to enable the userspace governor manually.
87 Use the CPUFreq governor 'ondemand' as default. This allows
91 governor. If unsure have a look at the help section of the
92 driver. Fallback governor will be the performance governor.
99 Use the CPUFreq governor 'conservative' as default. This allows
103 governor. If unsure have a look at the help section of the
104 driver. Fallback governor will be the performance governor.
108 tristate "'performance' governor"
110 This cpufreq governor sets the frequency statically to the
119 tristate "'powersave' governor"
121 This cpufreq governor sets the frequency statically to the
130 tristate "'userspace' governor for userspace frequency scaling"
132 Enable this cpufreq governor when you either want to set the
145 tristate "'ondemand' cpufreq policy governor"
148 'ondemand' - This driver adds a dynamic cpufreq policy governor.
149 The governor does a periodic polling and
151 The support for this governor depends on CPU capability to
163 tristate "'conservative' cpufreq governor"
168 governor both in its source code and its purpose, the difference is
174 the 'ondemand' governor instead, however if you are using a laptop,
177 transitions in the CPU) you will probably want to use this governor.