aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cpufreq/Kconfig.powerpc
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2011-06-29 05:07:56 +0000
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2011-07-19 15:13:04 +1000
commit5d8c665889e27e1b8989ca465166e8897dc302d1 (patch)
treea1a6839086aa1ccc4aeb8a562bd82b6a3673ab96 /drivers/cpufreq/Kconfig.powerpc
parentpowerpc: Correct annotations of pmu registration functions (diff)
downloadlinux-dev-5d8c665889e27e1b8989ca465166e8897dc302d1.tar.xz
linux-dev-5d8c665889e27e1b8989ca465166e8897dc302d1.zip
powerpc/cpufreq: Add cpufreq driver for Momentum Maple boards
Add simple cpufreq driver for Maple-based boards (ppc970fx evaluation kit and others). Driver is based on a cpufreq driver for 64-bit powermac boxes with all pmac-dependant features removed and simple cleanup applied. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'drivers/cpufreq/Kconfig.powerpc')
-rw-r--r--drivers/cpufreq/Kconfig.powerpc7
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 @@
+config CPU_FREQ_MAPLE
+ bool "Support for Maple 970FX Evaluation Board"
+ depends on PPC_MAPLE
+ select CPU_FREQ_TABLE
+ help
+ This adds support for frequency switching on Maple 970FX
+ Evaluation Board and compatible boards (IBM JS2x blades).