aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2013-06-12 02:40:41 -0400
committerViresh Kumar <viresh.kumar@linaro.org>2013-06-18 04:23:09 -0400
commit5f5e302b53cafe094d3c0ecad160a995f84ebab0 (patch)
tree857bf970d0819c3a76b16cf3fc3e2e7e815401d3
parent5d6a62be1b0d035f84f00ff8ec49ba8ba2809650 (diff)
cpufreq: powerpc: CBE_RAS: select CPU_FREQ_TABLE
CPUFreq driver of this platform uses APIs from freq_table.c and so must select CPU_FREQ_TABLE. Cc: linuxppc-dev@lists.ozlabs.org Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
-rw-r--r--drivers/cpufreq/Kconfig.powerpc1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig.powerpc b/drivers/cpufreq/Kconfig.powerpc
index 9c926ca0d718..68c1abc401f6 100644
--- a/drivers/cpufreq/Kconfig.powerpc
+++ b/drivers/cpufreq/Kconfig.powerpc
@@ -1,6 +1,7 @@
1config CPU_FREQ_CBE 1config CPU_FREQ_CBE
2 tristate "CBE frequency scaling" 2 tristate "CBE frequency scaling"
3 depends on CBE_RAS && PPC_CELL 3 depends on CBE_RAS && PPC_CELL
4 select CPU_FREQ_TABLE
4 default m 5 default m
5 help 6 help
6 This adds the cpufreq driver for Cell BE processors. 7 This adds the cpufreq driver for Cell BE processors.