Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ea61623f authored by Ezequiel Garcia's avatar Ezequiel Garcia Committed by Viresh Kumar
Browse files

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: default avatarEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Acked-by: default avatarJason Cooper <jason@lakedaemon.net>
Signed-off-by: default avatarViresh Kumar <viresh.kumar@linaro.org>
parent fe948f54
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -87,6 +87,7 @@ config ARM_INTEGRATOR

config ARM_KIRKWOOD_CPUFREQ
	def_bool ARCH_KIRKWOOD && OF
	select CPU_FREQ_TABLE
	help
	  This adds the CPUFreq driver for Marvell Kirkwood
	  SoCs.