blob: bb540a58b36a975b93f7a55d4cc12d2f9ec1f9f2 [file] [log] [blame]
Dave Jonesbb0a56e2011-05-19 18:51:07 -04001menu "CPU Frequency scaling"
2
Linus Torvalds1da177e2005-04-16 15:20:36 -07003config CPU_FREQ
4 bool "CPU Frequency scaling"
Pranith Kumar83fe27e2014-12-05 11:24:45 -05005 select SRCU
Linus Torvalds1da177e2005-04-16 15:20:36 -07006 help
7 CPU Frequency scaling allows you to change the clock speed of
8 CPUs on the fly. This is a nice method to save power, because
9 the lower the CPU clock speed, the less power the CPU consumes.
10
11 Note that this driver doesn't automatically change the CPU
12 clock speed, you need to either enable a dynamic cpufreq governor
13 (see below) after boot, or use a userspace tool.
14
15 For details, take a look at <file:Documentation/cpu-freq>.
16
17 If in doubt, say N.
18
19if CPU_FREQ
20
Rafael J. Wysocki2d0c58a2016-03-22 02:49:15 +010021config CPU_FREQ_GOV_ATTR_SET
22 bool
23
Larry Finger1e15f292012-12-29 01:55:20 +000024config CPU_FREQ_GOV_COMMON
Rafael J. Wysocki2d0c58a2016-03-22 02:49:15 +010025 select CPU_FREQ_GOV_ATTR_SET
Rafael J. Wysockie6f03652016-02-28 02:33:29 +010026 select IRQ_WORK
Larry Finger1e15f292012-12-29 01:55:20 +000027 bool
28
Lukasz Majewski2fb47192013-12-20 15:24:51 +010029config CPU_FREQ_BOOST_SW
30 bool
31 depends on THERMAL
32
Linus Torvalds1da177e2005-04-16 15:20:36 -070033config CPU_FREQ_STAT
Rafael J. Wysocki1aefc752016-05-31 22:14:44 +020034 bool "CPU frequency transition statistics"
Mike Frysinger9101be52007-04-18 16:18:13 -040035 help
Rafael J. Wysocki1aefc752016-05-31 22:14:44 +020036 Export CPU frequency statistics information through sysfs.
Mike Frysinger9101be52007-04-18 16:18:13 -040037
38 If in doubt, say N.
Linus Torvalds1da177e2005-04-16 15:20:36 -070039
40config CPU_FREQ_STAT_DETAILS
Rafael J. Wysocki1aefc752016-05-31 22:14:44 +020041 bool "CPU frequency transition statistics details"
Mike Frysinger9101be52007-04-18 16:18:13 -040042 depends on CPU_FREQ_STAT
43 help
Rafael J. Wysocki1aefc752016-05-31 22:14:44 +020044 Show detailed CPU frequency transition table in sysfs.
Mike Frysinger9101be52007-04-18 16:18:13 -040045
46 If in doubt, say N.
Linus Torvalds1da177e2005-04-16 15:20:36 -070047
Linus Torvalds1da177e2005-04-16 15:20:36 -070048choice
49 prompt "Default CPUFreq governor"
Alexander Shiyan559f56c2013-05-05 12:18:08 +000050 default CPU_FREQ_DEFAULT_GOV_USERSPACE if ARM_SA1100_CPUFREQ || ARM_SA1110_CPUFREQ
Linus Torvalds1da177e2005-04-16 15:20:36 -070051 default CPU_FREQ_DEFAULT_GOV_PERFORMANCE
52 help
53 This option sets which CPUFreq governor shall be loaded at
54 startup. If in doubt, select 'performance'.
55
56config CPU_FREQ_DEFAULT_GOV_PERFORMANCE
57 bool "performance"
58 select CPU_FREQ_GOV_PERFORMANCE
59 help
60 Use the CPUFreq governor 'performance' as default. This sets
61 the frequency statically to the highest frequency supported by
62 the CPU.
63
Alessandro Guido30d221d2008-04-18 13:31:13 -070064config CPU_FREQ_DEFAULT_GOV_POWERSAVE
65 bool "powersave"
Alessandro Guido30d221d2008-04-18 13:31:13 -070066 select CPU_FREQ_GOV_POWERSAVE
67 help
68 Use the CPUFreq governor 'powersave' as default. This sets
69 the frequency statically to the lowest frequency supported by
70 the CPU.
71
Linus Torvalds1da177e2005-04-16 15:20:36 -070072config CPU_FREQ_DEFAULT_GOV_USERSPACE
73 bool "userspace"
74 select CPU_FREQ_GOV_USERSPACE
75 help
76 Use the CPUFreq governor 'userspace' as default. This allows
Frederik Schwarzer0211a9c2008-12-29 22:14:56 +010077 you to set the CPU frequency manually or when a userspace
Linus Torvalds1da177e2005-04-16 15:20:36 -070078 program shall be able to set the CPU dynamically without having
79 to enable the userspace governor manually.
80
Thomas Renninger1c256242007-10-02 13:28:12 -070081config CPU_FREQ_DEFAULT_GOV_ONDEMAND
82 bool "ondemand"
83 select CPU_FREQ_GOV_ONDEMAND
84 select CPU_FREQ_GOV_PERFORMANCE
85 help
86 Use the CPUFreq governor 'ondemand' as default. This allows
87 you to get a full dynamic frequency capable system by simply
88 loading your cpufreq low-level hardware driver.
89 Be aware that not all cpufreq drivers support the ondemand
90 governor. If unsure have a look at the help section of the
91 driver. Fallback governor will be the performance governor.
92
93config CPU_FREQ_DEFAULT_GOV_CONSERVATIVE
94 bool "conservative"
95 select CPU_FREQ_GOV_CONSERVATIVE
96 select CPU_FREQ_GOV_PERFORMANCE
97 help
98 Use the CPUFreq governor 'conservative' as default. This allows
99 you to get a full dynamic frequency capable system by simply
100 loading your cpufreq low-level hardware driver.
101 Be aware that not all cpufreq drivers support the conservative
102 governor. If unsure have a look at the help section of the
103 driver. Fallback governor will be the performance governor.
Rafael J. Wysocki9bdcb442016-04-02 01:09:12 +0200104
Michael Turquette3b6188e2015-06-30 12:45:48 +0100105config CPU_FREQ_DEFAULT_GOV_SCHED
106 bool "sched"
107 select CPU_FREQ_GOV_SCHED
Rafael J. Wysocki9bdcb442016-04-02 01:09:12 +0200108 help
Michael Turquette3b6188e2015-06-30 12:45:48 +0100109 Use the CPUfreq governor 'sched' as default. This scales
110 cpu frequency using CPU utilization estimates from the
111 scheduler.
Rafael J. Wysocki9bdcb442016-04-02 01:09:12 +0200112
Mike Chanef969692010-06-22 11:26:45 -0700113config CPU_FREQ_DEFAULT_GOV_INTERACTIVE
114 bool "interactive"
115 select CPU_FREQ_GOV_INTERACTIVE
116 help
117 Use the CPUFreq governor 'interactive' as default. This allows
118 you to get a full dynamic cpu frequency capable system by simply
119 loading your cpufreq low-level hardware driver, using the
120 'interactive' governor for latency-sensitive workloads.
121
Rafael J. Wysockib1d09762016-04-02 01:09:12 +0200122config CPU_FREQ_DEFAULT_GOV_SCHEDUTIL
123 bool "schedutil"
Arnd Bergmann5f6e85d2016-05-11 14:52:01 +0200124 depends on SMP
Rafael J. Wysockib1d09762016-04-02 01:09:12 +0200125 select CPU_FREQ_GOV_SCHEDUTIL
126 select CPU_FREQ_GOV_PERFORMANCE
127 help
128 Use the 'schedutil' CPUFreq governor by default. If unsure,
129 have a look at the help section of that governor. The fallback
130 governor will be 'performance'.
131
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132endchoice
133
134config CPU_FREQ_GOV_PERFORMANCE
Mike Frysinger9101be52007-04-18 16:18:13 -0400135 tristate "'performance' governor"
136 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137 This cpufreq governor sets the frequency statically to the
138 highest available CPU frequency.
139
Mike Frysinger9101be52007-04-18 16:18:13 -0400140 To compile this driver as a module, choose M here: the
141 module will be called cpufreq_performance.
142
Linus Torvalds1da177e2005-04-16 15:20:36 -0700143 If in doubt, say Y.
144
145config CPU_FREQ_GOV_POWERSAVE
Mike Frysinger9101be52007-04-18 16:18:13 -0400146 tristate "'powersave' governor"
147 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148 This cpufreq governor sets the frequency statically to the
149 lowest available CPU frequency.
150
Mike Frysinger9101be52007-04-18 16:18:13 -0400151 To compile this driver as a module, choose M here: the
152 module will be called cpufreq_powersave.
153
Linus Torvalds1da177e2005-04-16 15:20:36 -0700154 If in doubt, say Y.
155
156config CPU_FREQ_GOV_USERSPACE
Mike Frysinger9101be52007-04-18 16:18:13 -0400157 tristate "'userspace' governor for userspace frequency scaling"
158 help
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159 Enable this cpufreq governor when you either want to set the
Frederik Schwarzer0211a9c2008-12-29 22:14:56 +0100160 CPU frequency manually or when a userspace program shall
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161 be able to set the CPU dynamically, like on LART
Erik Mouw4c412512006-04-03 14:21:00 +0200162 <http://www.lartmaker.nl/>.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700163
Mike Frysinger9101be52007-04-18 16:18:13 -0400164 To compile this driver as a module, choose M here: the
165 module will be called cpufreq_userspace.
166
Linus Torvalds1da177e2005-04-16 15:20:36 -0700167 For details, take a look at <file:Documentation/cpu-freq/>.
168
169 If in doubt, say Y.
170
171config CPU_FREQ_GOV_ONDEMAND
172 tristate "'ondemand' cpufreq policy governor"
Larry Finger1e15f292012-12-29 01:55:20 +0000173 select CPU_FREQ_GOV_COMMON
Linus Torvalds1da177e2005-04-16 15:20:36 -0700174 help
175 'ondemand' - This driver adds a dynamic cpufreq policy governor.
176 The governor does a periodic polling and
177 changes frequency based on the CPU utilization.
178 The support for this governor depends on CPU capability to
179 do fast frequency switching (i.e, very low latency frequency
180 transitions).
181
Mike Frysinger9101be52007-04-18 16:18:13 -0400182 To compile this driver as a module, choose M here: the
183 module will be called cpufreq_ondemand.
184
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185 For details, take a look at linux/Documentation/cpu-freq.
186
187 If in doubt, say N.
188
Mike Chanef969692010-06-22 11:26:45 -0700189config CPU_FREQ_GOV_INTERACTIVE
190 tristate "'interactive' cpufreq policy governor"
191 help
192 'interactive' - This driver adds a dynamic cpufreq policy governor
193 designed for latency-sensitive workloads.
194
195 This governor attempts to reduce the latency of clock
196 increases so that the system is more responsive to
197 interactive workloads.
198
199 To compile this driver as a module, choose M here: the
200 module will be called cpufreq_interactive.
201
202 For details, take a look at linux/Documentation/cpu-freq.
203
204 If in doubt, say N.
205
Dave Jonesb9170832005-05-31 19:03:47 -0700206config CPU_FREQ_GOV_CONSERVATIVE
207 tristate "'conservative' cpufreq governor"
208 depends on CPU_FREQ
Larry Finger1e15f292012-12-29 01:55:20 +0000209 select CPU_FREQ_GOV_COMMON
Dave Jonesb9170832005-05-31 19:03:47 -0700210 help
211 'conservative' - this driver is rather similar to the 'ondemand'
212 governor both in its source code and its purpose, the difference is
213 its optimisation for better suitability in a battery powered
214 environment. The frequency is gracefully increased and decreased
215 rather than jumping to 100% when speed is required.
216
217 If you have a desktop machine then you should really be considering
218 the 'ondemand' governor instead, however if you are using a laptop,
219 PDA or even an AMD64 based computer (due to the unacceptable
220 step-by-step latency issues between the minimum and maximum frequency
221 transitions in the CPU) you will probably want to use this governor.
222
Mike Frysinger9101be52007-04-18 16:18:13 -0400223 To compile this driver as a module, choose M here: the
224 module will be called cpufreq_conservative.
225
Dave Jonesb9170832005-05-31 19:03:47 -0700226 For details, take a look at linux/Documentation/cpu-freq.
227
228 If in doubt, say N.
229
Saravana Kannane53d0b22013-07-13 01:49:09 -0700230config CPU_BOOST
231 tristate "Event base short term CPU freq boost"
232 depends on CPU_FREQ
233 help
234 This driver boosts the frequency of one or more CPUs based on
235 various events that might occur in the system. As of now, the
236 events it reacts to are:
237 - Migration of important threads from one CPU to another.
238
239 If in doubt, say N.
240
Michael Turquette3b6188e2015-06-30 12:45:48 +0100241config CPU_FREQ_GOV_SCHED
242 bool "'sched' cpufreq governor"
243 depends on CPU_FREQ
Patrick Bellasi2178e842016-07-22 11:35:59 +0100244 depends on SMP
Michael Turquette3b6188e2015-06-30 12:45:48 +0100245 select CPU_FREQ_GOV_COMMON
Rafael J. Wysocki9bdcb442016-04-02 01:09:12 +0200246 help
Michael Turquette3b6188e2015-06-30 12:45:48 +0100247 'sched' - this governor scales cpu frequency from the
248 scheduler as a function of cpu capacity utilization. It does
249 not evaluate utilization on a periodic basis (as ondemand
250 does) but instead is event-driven by the scheduler.
Rafael J. Wysocki9bdcb442016-04-02 01:09:12 +0200251
Rafael J. Wysocki9bdcb442016-04-02 01:09:12 +0200252 If in doubt, say N.
253
Rafael J. Wysockib1d09762016-04-02 01:09:12 +0200254config CPU_FREQ_GOV_SCHEDUTIL
Rafael J. Wysockic4568722016-08-16 22:14:55 +0200255 bool "'schedutil' cpufreq policy governor"
Rafael J. Wysockidf12b012016-05-06 15:00:38 +0200256 depends on CPU_FREQ && SMP
Rafael J. Wysockib1d09762016-04-02 01:09:12 +0200257 select CPU_FREQ_GOV_ATTR_SET
258 select IRQ_WORK
259 help
260 This governor makes decisions based on the utilization data provided
261 by the scheduler. It sets the CPU frequency to be proportional to
262 the utilization/capacity ratio coming from the scheduler. If the
263 utilization is frequency-invariant, the new frequency is also
264 proportional to the maximum available frequency. If that is not the
265 case, it is proportional to the current frequency of the CPU. The
266 frequency tipping point is at utilization/capacity equal to 80% in
267 both cases.
268
Rafael J. Wysockib1d09762016-04-02 01:09:12 +0200269 If in doubt, say N.
270
Viresh Kumarf41f4812014-11-15 08:50:44 +0530271comment "CPU frequency scaling drivers"
272
Viresh Kumarbbcf0712014-09-09 19:58:03 +0530273config CPUFREQ_DT
274 tristate "Generic DT based cpufreq driver"
Viresh Kumar5fbfbcd2014-06-10 10:39:46 +0530275 depends on HAVE_CLK && OF
Viresh Kumarbbcf0712014-09-09 19:58:03 +0530276 # if CPU_THERMAL is on and THERMAL=m, CPUFREQ_DT cannot be =y:
Arnd Bergmann217886d2014-06-13 10:40:32 +0200277 depends on !CPU_THERMAL || THERMAL
Viresh Kumarf56aad12016-03-30 13:45:26 +0530278 select CPUFREQ_DT_PLATDEV
Mark Brown109df082013-12-11 22:12:27 +0000279 select PM_OPP
Shawn Guo95ceafd2012-09-06 07:09:11 +0000280 help
Viresh Kumarbbcf0712014-09-09 19:58:03 +0530281 This adds a generic DT based cpufreq driver for frequency management.
Shawn Guo95ceafd2012-09-06 07:09:11 +0000282 It supports both uniprocessor (UP) and symmetric multiprocessor (SMP)
Viresh Kumar33cc4fc2016-09-09 16:48:07 +0530283 systems.
Shawn Guo95ceafd2012-09-06 07:09:11 +0000284
285 If in doubt, say N.
286
Viresh Kumarf56aad12016-03-30 13:45:26 +0530287config CPUFREQ_DT_PLATDEV
288 bool
289 help
290 This adds a generic DT based cpufreq platdev driver for frequency
291 management. This creates a 'cpufreq-dt' platform device, on the
292 supported platforms.
293
294 If in doubt, say N.
295
Viresh Kumarf41f4812014-11-15 08:50:44 +0530296if X86
Dave Jonesbb0a56e2011-05-19 18:51:07 -0400297source "drivers/cpufreq/Kconfig.x86"
Viresh Kumarf41f4812014-11-15 08:50:44 +0530298endif
Dave Jonesbb0a56e2011-05-19 18:51:07 -0400299
Viresh Kumarf41f4812014-11-15 08:50:44 +0530300if ARM || ARM64
Kukjin Kimf7d77072011-06-01 14:18:22 -0700301source "drivers/cpufreq/Kconfig.arm"
Viresh Kumarf41f4812014-11-15 08:50:44 +0530302endif
Kukjin Kimf7d77072011-06-01 14:18:22 -0700303
Viresh Kumarf41f4812014-11-15 08:50:44 +0530304if PPC32 || PPC64
305source "drivers/cpufreq/Kconfig.powerpc"
306endif
Viresh Kumar81c720c2013-04-04 12:54:17 +0000307
Viresh Kumarf41f4812014-11-15 08:50:44 +0530308if AVR32
Viresh Kumar81c720c2013-04-04 12:54:17 +0000309config AVR32_AT32AP_CPUFREQ
310 bool "CPU frequency driver for AT32AP"
311 depends on PLATFORM_AT32AP
312 default n
313 help
314 This enables the CPU frequency driver for AT32AP processors.
315 If in doubt, say N.
Viresh Kumarf41f4812014-11-15 08:50:44 +0530316endif
Viresh Kumar81c720c2013-04-04 12:54:17 +0000317
Viresh Kumarf41f4812014-11-15 08:50:44 +0530318if IA64
Viresh Kumarab423e42013-04-04 12:54:20 +0000319config IA64_ACPI_CPUFREQ
320 tristate "ACPI Processor P-States driver"
Viresh Kumarab423e42013-04-04 12:54:20 +0000321 depends on ACPI_PROCESSOR
322 help
323 This driver adds a CPUFreq driver which utilizes the ACPI
324 Processor Performance States.
325
326 For details, take a look at <file:Documentation/cpu-freq/>.
327
328 If in doubt, say N.
Viresh Kumarf41f4812014-11-15 08:50:44 +0530329endif
Viresh Kumarab423e42013-04-04 12:54:20 +0000330
Viresh Kumarf41f4812014-11-15 08:50:44 +0530331if MIPS
Viresh Kumar7a998932013-04-04 12:54:21 +0000332config LOONGSON2_CPUFREQ
333 tristate "Loongson2 CPUFreq Driver"
James Hogan64369812017-11-15 21:17:55 +0000334 depends on LEMOTE_MACH2F
Viresh Kumar7a998932013-04-04 12:54:21 +0000335 help
336 This option adds a CPUFreq driver for loongson processors which
337 support software configurable cpu frequency.
338
339 Loongson2F and it's successors support this feature.
340
341 For details, take a look at <file:Documentation/cpu-freq/>.
342
343 If in doubt, say N.
344
Kelvin Cheunga0a22cf2014-10-17 18:23:31 +0800345config LOONGSON1_CPUFREQ
346 tristate "Loongson1 CPUFreq Driver"
James Hogan64369812017-11-15 21:17:55 +0000347 depends on LOONGSON1_LS1B
Kelvin Cheunga0a22cf2014-10-17 18:23:31 +0800348 help
349 This option adds a CPUFreq driver for loongson1 processors which
350 support software configurable cpu frequency.
351
352 For details, take a look at <file:Documentation/cpu-freq/>.
353
354 If in doubt, say N.
Viresh Kumarf41f4812014-11-15 08:50:44 +0530355endif
Kelvin Cheunga0a22cf2014-10-17 18:23:31 +0800356
Viresh Kumarf41f4812014-11-15 08:50:44 +0530357if SPARC64
Viresh Kumar764295a2013-04-04 12:54:24 +0000358config SPARC_US3_CPUFREQ
359 tristate "UltraSPARC-III CPU Frequency driver"
Viresh Kumar764295a2013-04-04 12:54:24 +0000360 help
361 This adds the CPUFreq driver for UltraSPARC-III processors.
362
363 For details, take a look at <file:Documentation/cpu-freq>.
364
365 If in doubt, say N.
366
367config SPARC_US2E_CPUFREQ
368 tristate "UltraSPARC-IIe CPU Frequency driver"
Viresh Kumar764295a2013-04-04 12:54:24 +0000369 help
370 This adds the CPUFreq driver for UltraSPARC-IIe processors.
371
372 For details, take a look at <file:Documentation/cpu-freq>.
373
374 If in doubt, say N.
Viresh Kumarf41f4812014-11-15 08:50:44 +0530375endif
Viresh Kumar764295a2013-04-04 12:54:24 +0000376
Viresh Kumarf41f4812014-11-15 08:50:44 +0530377if SUPERH
Viresh Kumar72582672013-04-04 12:54:22 +0000378config SH_CPU_FREQ
379 tristate "SuperH CPU Frequency driver"
Viresh Kumar72582672013-04-04 12:54:22 +0000380 help
381 This adds the cpufreq driver for SuperH. Any CPU that supports
382 clock rate rounding through the clock framework can use this
383 driver. While it will make the kernel slightly larger, this is
384 harmless for CPUs that don't support rate rounding. The driver
385 will also generate a notice in the boot log before disabling
386 itself if the CPU in question is not capable of rate rounding.
387
388 For details, take a look at <file:Documentation/cpu-freq>.
389
390 If unsure, say N.
Viresh Kumarf41f4812014-11-15 08:50:44 +0530391endif
Viresh Kumar72582672013-04-04 12:54:22 +0000392
Tang Yuantian2f249352015-03-13 12:39:02 +0800393config QORIQ_CPUFREQ
394 tristate "CPU frequency scaling driver for Freescale QorIQ SoCs"
395 depends on OF && COMMON_CLK && (PPC_E500MC || ARM)
Arnd Bergmannddd30ef2016-02-29 17:04:20 +0100396 depends on !CPU_THERMAL || THERMAL
Tang Yuantian2f249352015-03-13 12:39:02 +0800397 select CLK_QORIQ
398 help
399 This adds the CPUFreq driver support for Freescale QorIQ SoCs
400 which are capable of changing the CPU's frequency dynamically.
401
Dave Jonesbb0a56e2011-05-19 18:51:07 -0400402endif
403endmenu