[PATCH] ARM: SPEAr13xx: Enable CONFIG_ARCH_HAS_CPUFREQ

Viresh Kumar viresh.kumar at linaro.org
Tue Feb 5 23:14:15 EST 2013


SPEAr13xx supports cpufreq and has an upstreamed driver for it. This patch
enables cpufreq configs for SPEAr13xx.

Signed-off-by: Viresh Kumar <viresh.kumar at linaro.org>
---
 arch/arm/plat-spear/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/plat-spear/Kconfig b/arch/arm/plat-spear/Kconfig
index 87dbd81..739d016 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
-- 
1.7.12.rc2.18.g61b472e





More information about the linux-arm-kernel mailing list