diff mbox

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

Message ID 1330199334-5133-5-git-send-email-mathieu.poirier@linaro.org
State New
Headers show

Commit Message

Mathieu Poirier Feb. 25, 2012, 7:48 p.m. UTC
From: Arnd Bergmann <arnd@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@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
---
 arch/arm/mach-ux500/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

Comments

Linus Walleij Feb. 29, 2012, 3:52 p.m. UTC | #1
On Sat, Feb 25, 2012 at 8:48 PM,  <mathieu.poirier@linaro.org> wrote:

> From: Arnd Bergmann <arnd@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@arndb.de>
> Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>

Looks good, applied!

Yours,
Linus Walleij
diff mbox

Patch

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)"