diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-06-12 10:40:41 +0400 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2013-06-18 12:23:09 +0400 |
commit | 5f5e302b53cafe094d3c0ecad160a995f84ebab0 (patch) | |
tree | 857bf970d0819c3a76b16cf3fc3e2e7e815401d3 | |
parent | 5d6a62be1b0d035f84f00ff8ec49ba8ba2809650 (diff) | |
download | linux-5f5e302b53cafe094d3c0ecad160a995f84ebab0.tar.xz |
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.powerpc | 1 |
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. |