Kconfig (f7d770790f29781116d0de1339214934b8020c1e) Kconfig (5d8c665889e27e1b8989ca465166e8897dc302d1)
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.

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

179
180 If in doubt, say N.
181
182menu "x86 CPU frequency scaling drivers"
183depends on X86
184source "drivers/cpufreq/Kconfig.x86"
185endmenu
186
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.

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

179
180 If in doubt, say N.
181
182menu "x86 CPU frequency scaling drivers"
183depends on X86
184source "drivers/cpufreq/Kconfig.x86"
185endmenu
186
187menu "ARM CPU frequency scaling drivers"
188depends on ARM
189source "drivers/cpufreq/Kconfig.arm"
187menu "PowerPC CPU frequency scaling drivers"
188depends on PPC32 || PPC64
189source "drivers/cpufreq/Kconfig.powerpc"
190endmenu
191
192endif
193endmenu
190endmenu
191
192endif
193endmenu