aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViresh Kumar <[email protected]>2013-06-12 12:10:41 +0530
committerViresh Kumar <[email protected]>2013-06-18 13:53:09 +0530
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: [email protected] Acked-by: Arnd Bergmann <[email protected]> Signed-off-by: Viresh Kumar <[email protected]>
-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 @@
config CPU_FREQ_CBE
tristate "CBE frequency scaling"
depends on CBE_RAS && PPC_CELL
+ select CPU_FREQ_TABLE
default m
help
This adds the cpufreq driver for Cell BE processors.