From: Viresh Kumar Date: Wed, 6 Feb 2013 04:14:15 +0000 (+0530) Subject: ARM: SPEAr13xx: Enable CONFIG_ARCH_HAS_CPUFREQ X-Git-Tag: firefly_0821_release~3680^2~1076^2~1 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f12a500e4adcc0961803e54b5ed1e74275d399f1;p=firefly-linux-kernel-4.4.55.git ARM: SPEAr13xx: Enable CONFIG_ARCH_HAS_CPUFREQ SPEAr13xx supports cpufreq and has an upstreamed driver for it. This patch enables cpufreq configs for SPEAr13xx. Signed-off-by: Viresh Kumar Signed-off-by: Arnd Bergmann --- diff --git a/arch/arm/plat-spear/Kconfig b/arch/arm/plat-spear/Kconfig index 87dbd81bdf51..739d016eb273 100644 --- a/arch/arm/plat-spear/Kconfig +++ b/arch/arm/plat-spear/Kconfig @@ -10,6 +10,7 @@ choice config ARCH_SPEAR13XX bool "ST SPEAr13xx with Device Tree" + select ARCH_HAVE_CPUFREQ select ARM_GIC select CPU_V7 select GPIO_SPEAR_SPICS