From mboxrd@z Thu Jan 1 00:00:00 1970 From: thomas.petazzoni@free-electrons.com (Thomas Petazzoni) Date: Wed, 9 Jul 2014 17:45:13 +0200 Subject: [PATCHv3 5/7] ARM: mvebu: allow enabling of cpufreq on Armada XP In-Reply-To: <1404920715-19834-1-git-send-email-thomas.petazzoni@free-electrons.com> References: <1404920715-19834-1-git-send-email-thomas.petazzoni@free-electrons.com> Message-ID: <1404920715-19834-6-git-send-email-thomas.petazzoni@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org 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 --- 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