Kconfig (56c7303e62996fc7b49aea1fd967ccdf94f3a5d9) | Kconfig (cdb56cbfd7558bc48af032fcac64365c99ccb9f2) |
---|---|
1menu "CPU Frequency scaling" 2 3config CPU_FREQ 4 bool "CPU Frequency scaling" 5 select SRCU 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 --- 249 unchanged lines hidden (view full) --- 258 Processor Performance States. 259 260 For details, take a look at <file:Documentation/cpu-freq/>. 261 262 If in doubt, say N. 263endif 264 265if MIPS | 1menu "CPU Frequency scaling" 2 3config CPU_FREQ 4 bool "CPU Frequency scaling" 5 select SRCU 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 --- 249 unchanged lines hidden (view full) --- 258 Processor Performance States. 259 260 For details, take a look at <file:Documentation/cpu-freq/>. 261 262 If in doubt, say N. 263endif 264 265if MIPS |
266config BMIPS_CPUFREQ 267 tristate "BMIPS CPUfreq Driver" 268 help 269 This option adds a CPUfreq driver for BMIPS processors with 270 support for configurable CPU frequency. 271 272 For now, BMIPS5 chips are supported (such as the Broadcom 7425). 273 274 If in doubt, say N. 275 |
|
266config LOONGSON2_CPUFREQ 267 tristate "Loongson2 CPUFreq Driver" 268 help 269 This option adds a CPUFreq driver for loongson processors which 270 support software configurable cpu frequency. 271 272 Loongson2F and it's successors support this feature. 273 --- 62 unchanged lines hidden --- | 276config LOONGSON2_CPUFREQ 277 tristate "Loongson2 CPUFreq Driver" 278 help 279 This option adds a CPUFreq driver for loongson processors which 280 support software configurable cpu frequency. 281 282 Loongson2F and it's successors support this feature. 283 --- 62 unchanged lines hidden --- |