diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-06-04 13:03:18 -0400 |
---|---|---|
committer | Viresh Kumar <viresh.kumar@linaro.org> | 2013-06-07 07:03:36 -0400 |
commit | ea61623fe9badd5a195b3a0878e6d89a2f97ac0e (patch) | |
tree | ea6d067c5856317befd1f8ba4481353ab1c6c710 | |
parent | fe948f541abc1e176da4daf4dd181751f764ec75 (diff) |
cpufreq: kirkwood: Select CPU_FREQ_TABLE option
We need to select CPU_FREQ_TABLE in order to build without
this kind of errors:
drivers/built-in.o: In function `kirkwood_cpufreq_cpu_exit':
/home/zeta/linux-devel/marvell-legacy/drivers/cpufreq/kirkwood-cpufreq.c:145:
undefined reference to `cpufreq_frequency_table_put_attr'
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Acked-by: Jason Cooper <jason@lakedaemon.net>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>
-rw-r--r-- | drivers/cpufreq/Kconfig.arm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/cpufreq/Kconfig.arm b/drivers/cpufreq/Kconfig.arm index 1ed171db8fe6..5c7c2e1645b4 100644 --- a/drivers/cpufreq/Kconfig.arm +++ b/drivers/cpufreq/Kconfig.arm | |||
@@ -87,6 +87,7 @@ config ARM_INTEGRATOR | |||
87 | 87 | ||
88 | config ARM_KIRKWOOD_CPUFREQ | 88 | config ARM_KIRKWOOD_CPUFREQ |
89 | def_bool ARCH_KIRKWOOD && OF | 89 | def_bool ARCH_KIRKWOOD && OF |
90 | select CPU_FREQ_TABLE | ||
90 | help | 91 | help |
91 | This adds the CPUFreq driver for Marvell Kirkwood | 92 | This adds the CPUFreq driver for Marvell Kirkwood |
92 | SoCs. | 93 | SoCs. |