diff options
Diffstat (limited to 'drivers/cpufreq/Kconfig.powerpc')
-rw-r--r-- | drivers/cpufreq/Kconfig.powerpc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig.powerpc b/drivers/cpufreq/Kconfig.powerpc index 9c926ca0d718..88f629e5a393 100644 --- a/drivers/cpufreq/Kconfig.powerpc +++ b/drivers/cpufreq/Kconfig.powerpc | |||
@@ -23,3 +23,13 @@ config CPU_FREQ_MAPLE | |||
23 | help | 23 | help |
24 | This adds support for frequency switching on Maple 970FX | 24 | This adds support for frequency switching on Maple 970FX |
25 | Evaluation Board and compatible boards (IBM JS2x blades). | 25 | Evaluation Board and compatible boards (IBM JS2x blades). |
26 | |||
27 | config PPC_CORENET_CPUFREQ | ||
28 | tristate "CPU frequency scaling driver for Freescale E500MC SoCs" | ||
29 | depends on PPC_E500MC && OF && COMMON_CLK | ||
30 | select CPU_FREQ_TABLE | ||
31 | select CLK_PPC_CORENET | ||
32 | help | ||
33 | This adds the CPUFreq driver support for Freescale e500mc, | ||
34 | e5500 and e6500 series SoCs which are capable of changing | ||
35 | the CPU's frequency dynamically. | ||