Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

cpufreq: imx: select CPU_FREQ_TABLE

CPUFreq driver of this platform uses APIs from freq_table.c and so must select
CPU_FREQ_TABLE.

Acked-by: Shawn Guo <shawn.guo@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org>

+1
+1
drivers/cpufreq/Kconfig.arm
··· 72 72 tristate "Freescale i.MX6Q cpufreq support" 73 73 depends on SOC_IMX6Q 74 74 depends on REGULATOR_ANATOP 75 + select CPU_FREQ_TABLE 75 76 help 76 77 This adds cpufreq driver support for Freescale i.MX6Q SOC. 77 78