diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-02-06 09:44:15 +0530 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-19 16:34:28 +0100 |
commit | f12a500e4adcc0961803e54b5ed1e74275d399f1 (patch) | |
tree | 0b381be4f6bc2b36472877777f752892fd23dec6 /arch/arm | |
parent | bda7997e34993847bc3129f09a8bc0720ab97b12 (diff) | |
download | linux-f12a500e4adcc0961803e54b5ed1e74275d399f1.tar.bz2 |
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 <viresh.kumar@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/plat-spear/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |