Kconfig (7258267e56325d41f468eb650b6c23f697201645) | Kconfig (764295ae675bb252de3637e36a6602a9aed7de6b) |
---|---|
1menu "CPU Frequency scaling" 2 3config CPU_FREQ 4 bool "CPU Frequency scaling" 5 help 6 CPU Frequency scaling allows you to change the clock speed of 7 CPUs on the fly. This is a nice method to save power, because 8 the lower the CPU clock speed, the less power the CPU consumes. --- 244 unchanged lines hidden (view full) --- 253 254endmenu 255 256menu "PowerPC CPU frequency scaling drivers" 257depends on PPC32 || PPC64 258source "drivers/cpufreq/Kconfig.powerpc" 259endmenu 260 | 1menu "CPU Frequency scaling" 2 3config CPU_FREQ 4 bool "CPU Frequency scaling" 5 help 6 CPU Frequency scaling allows you to change the clock speed of 7 CPUs on the fly. This is a nice method to save power, because 8 the lower the CPU clock speed, the less power the CPU consumes. --- 244 unchanged lines hidden (view full) --- 253 254endmenu 255 256menu "PowerPC CPU frequency scaling drivers" 257depends on PPC32 || PPC64 258source "drivers/cpufreq/Kconfig.powerpc" 259endmenu 260 |
261menu "SPARC CPU frequency scaling drivers" 262depends on SPARC64 263config SPARC_US3_CPUFREQ 264 tristate "UltraSPARC-III CPU Frequency driver" 265 select CPU_FREQ_TABLE 266 help 267 This adds the CPUFreq driver for UltraSPARC-III processors. 268 269 For details, take a look at <file:Documentation/cpu-freq>. 270 271 If in doubt, say N. 272 273config SPARC_US2E_CPUFREQ 274 tristate "UltraSPARC-IIe CPU Frequency driver" 275 select CPU_FREQ_TABLE 276 help 277 This adds the CPUFreq driver for UltraSPARC-IIe processors. 278 279 For details, take a look at <file:Documentation/cpu-freq>. 280 281 If in doubt, say N. 282endmenu 283 |
|
261menu "SH CPU Frequency scaling" 262depends on SUPERH 263config SH_CPU_FREQ 264 tristate "SuperH CPU Frequency driver" 265 select CPU_FREQ_TABLE 266 help 267 This adds the cpufreq driver for SuperH. Any CPU that supports 268 clock rate rounding through the clock framework can use this --- 12 unchanged lines hidden --- | 284menu "SH CPU Frequency scaling" 285depends on SUPERH 286config SH_CPU_FREQ 287 tristate "SuperH CPU Frequency driver" 288 select CPU_FREQ_TABLE 289 help 290 This adds the cpufreq driver for SuperH. Any CPU that supports 291 clock rate rounding through the clock framework can use this --- 12 unchanged lines hidden --- |