diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-05 10:13:39 +0100 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-03-05 23:30:24 +0100 |
commit | 51c66cf9695f389126119e4cd7a50b832648f11e (patch) | |
tree | 9e4e4ef444714651c6e40dced6eea8b5d6b8aef1 /arch | |
parent | f01c28794c80cd4ca1520c73305ba7b82a657802 (diff) |
ARM: SPEAr13xx: Fix typo "ARCH_HAVE_CPUFREQ"
Do what commit f12a500e4adcc0961803e54b5ed1e74275d399f1
("ARM: SPEAr13xx: Enable CONFIG_ARCH_HAS_CPUFREQ") wanted to do.
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/plat-spear/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/plat-spear/Kconfig b/arch/arm/plat-spear/Kconfig index 739d016eb27..8a08c31b5e2 100644 --- a/arch/arm/plat-spear/Kconfig +++ b/arch/arm/plat-spear/Kconfig @@ -10,7 +10,7 @@ choice config ARCH_SPEAR13XX bool "ST SPEAr13xx with Device Tree" - select ARCH_HAVE_CPUFREQ + select ARCH_HAS_CPUFREQ select ARM_GIC select CPU_V7 select GPIO_SPEAR_SPICS |