[RFC PATCH v5 2/4] mvebu: Dove: Indicate the architecture supports cpufreq.
Andrew Lunn
andrew at lunn.ch
Tue Dec 17 16:41:11 EST 2013
Enable ARCH_HAS_CPUFREQ so allowing the cpufreq framework to be
enabled.
Signed-off-by: Andrew Lunn <andrew at lunn.ch>
Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth at gmail.com>
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index c1f1a7eee953..908b02f8d901 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -500,6 +500,7 @@ config ARCH_IXP4XX
config ARCH_DOVE
bool "Marvell Dove"
+ select ARCH_HAS_CPUFREQ
select ARCH_REQUIRE_GPIOLIB
select CPU_PJ4
select GENERIC_CLOCKEVENTS
--
1.8.5.1
More information about the linux-arm-kernel
mailing list