aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-05 04:13:39 -0500
committerArnd Bergmann <arnd@arndb.de>2013-04-19 11:30:49 -0400
commitf19814721e24cac152348872ff38f38a3b45852a (patch)
tree20b3ba53cdc72ec6d4dc8cf7d1549a6a31995937 /arch
parent56b690481c4baed815b9e4acf5ea89eadb58ba17 (diff)
ARM: SPEAr13xx: Fix typo "ARCH_HAVE_CPUFREQ"
Do what commit f12a500e4adcc0961803e54b5ed1e74275d399f1 ("ARM: SPEAr13xx: Enable CONFIG_ARCH_HAS_CPUFREQ") wanted to do. [arnd: fix botched merge from changing the Kconfig file] Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Acked-by: Viresh Kumar <viresh.kumar@linaro.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-spear/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-spear/Kconfig b/arch/arm/mach-spear/Kconfig
index 716522af1a23..442917eedff3 100644
--- a/arch/arm/mach-spear/Kconfig
+++ b/arch/arm/mach-spear/Kconfig
@@ -18,7 +18,7 @@ if PLAT_SPEAR
18config ARCH_SPEAR13XX 18config ARCH_SPEAR13XX
19 bool "ST SPEAr13xx" 19 bool "ST SPEAr13xx"
20 depends on ARCH_MULTI_V7 || PLAT_SPEAR_SINGLE 20 depends on ARCH_MULTI_V7 || PLAT_SPEAR_SINGLE
21 select ARCH_HAVE_CPUFREQ 21 select ARCH_HAS_CPUFREQ
22 select ARM_GIC 22 select ARM_GIC
23 select CPU_V7 23 select CPU_V7
24 select GPIO_SPEAR_SPICS 24 select GPIO_SPEAR_SPICS