Message ID | 1404744702-32010-7-git-send-email-thomas.petazzoni@free-electrons.com (mailing list archive) |
---|---|
State | Superseded, archived |
Headers | show |
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.
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@free-electrons.com> --- arch/arm/mach-mvebu/Kconfig | 1 + 1 file changed, 1 insertion(+)