Kconfig (594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2) Kconfig (ccf51454145bffd98e31cdbe54a4262473c609e2)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "CPU Frequency scaling"
3
4config CPU_FREQ
5 bool "CPU Frequency scaling"
6 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

--- 248 unchanged lines hidden (view full) ---

257 This option adds a CPUFreq driver for loongson processors which
258 support software configurable cpu frequency.
259
260 Loongson2F and its successors support this feature.
261
262 If in doubt, say N.
263endif
264
1# SPDX-License-Identifier: GPL-2.0-only
2menu "CPU Frequency scaling"
3
4config CPU_FREQ
5 bool "CPU Frequency scaling"
6 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

--- 248 unchanged lines hidden (view full) ---

257 This option adds a CPUFreq driver for loongson processors which
258 support software configurable cpu frequency.
259
260 Loongson2F and its successors support this feature.
261
262 If in doubt, say N.
263endif
264
265if LOONGARCH
266config LOONGSON3_CPUFREQ
267 tristate "Loongson3 CPUFreq Driver"
268 help
269 This option adds a CPUFreq driver for Loongson processors which
270 support software configurable cpu frequency.
271
272 Loongson-3 family processors support this feature.
273
274 If in doubt, say N.
275endif
276
265if SPARC64
266config SPARC_US3_CPUFREQ
267 tristate "UltraSPARC-III CPU Frequency driver"
268 help
269 This adds the CPUFreq driver for UltraSPARC-III processors.
270
271 If in doubt, say N.
272

--- 62 unchanged lines hidden ---
277if SPARC64
278config SPARC_US3_CPUFREQ
279 tristate "UltraSPARC-III CPU Frequency driver"
280 help
281 This adds the CPUFreq driver for UltraSPARC-III processors.
282
283 If in doubt, say N.
284

--- 62 unchanged lines hidden ---