[PATCHv2 6/8] ARM: mvebu: allow enabling of cpufreq on Armada XP
Thomas Petazzoni
thomas.petazzoni at free-electrons.com
Mon Jul 7 07:51:40 PDT 2014
Now that all the pieces to enable cpufreq on Armada XP are in place,
we can make MACH_ARMADA_XP select ARCH_HAS_CPUFREQ to allow the usage
of dynamic frequency scaling on this platform.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at free-electrons.com>
---
arch/arm/mach-mvebu/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/mach-mvebu/Kconfig b/arch/arm/mach-mvebu/Kconfig
index b9bc599..1ff60ef 100644
--- a/arch/arm/mach-mvebu/Kconfig
+++ b/arch/arm/mach-mvebu/Kconfig
@@ -66,6 +66,7 @@ config MACH_ARMADA_XP
select CPU_PJ4B
select MACH_MVEBU_V7
select PINCTRL_ARMADA_XP
+ select ARCH_HAS_CPUFREQ
help
Say 'Y' here if you want your kernel to support boards based
on the Marvell Armada XP SoC with device tree.
--
2.0.0
More information about the linux-arm-kernel
mailing list