diff options
Diffstat (limited to 'drivers/cpufreq/Kconfig.powerpc')
-rw-r--r-- | drivers/cpufreq/Kconfig.powerpc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig.powerpc b/drivers/cpufreq/Kconfig.powerpc new file mode 100644 index 000000000000..e76992f79683 --- /dev/null +++ b/drivers/cpufreq/Kconfig.powerpc | |||
@@ -0,0 +1,7 @@ | |||
1 | config CPU_FREQ_MAPLE | ||
2 | bool "Support for Maple 970FX Evaluation Board" | ||
3 | depends on PPC_MAPLE | ||
4 | select CPU_FREQ_TABLE | ||
5 | help | ||
6 | This adds support for frequency switching on Maple 970FX | ||
7 | Evaluation Board and compatible boards (IBM JS2x blades). | ||