[PATCH 5/6] ARM: ux500: select CPU_FREQ_TABLE where needed

mathieu.poirier at linaro.org mathieu.poirier at linaro.org
Sat Feb 25 14:55:06 EST 2012


From: Arnd Bergmann <arnd at arndb.de>

The ux500 platform requires CPU_FREQ_TABLE support to be enabled for its
CPU_FREQ implementations, so automatically select that when CPU_FREQ
is enabled.

Signed-off-by: Arnd Bergmann <arnd at arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier at linaro.org>
---
 arch/arm/mach-ux500/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-ux500/Kconfig b/arch/arm/mach-ux500/Kconfig
index 7ee7013..c7d1fb5 100644
--- a/arch/arm/mach-ux500/Kconfig
+++ b/arch/arm/mach-ux500/Kconfig
@@ -20,6 +20,7 @@ config UX500_SOC_DB8500
 	select MFD_DB8500_PRCMU
 	select REGULATOR_DB8500_PRCMU
 	select MFD_SUPPORT
+	select CPU_FREQ_TABLE if CPU_FREQ
 
 menu "Ux500 target platform (boards)"
 
-- 
1.7.5.4




More information about the linux-arm-kernel mailing list