Message ID | 1330199334-5133-5-git-send-email-mathieu.poirier@linaro.org |
---|---|
State | New |
Headers | show |
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 --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)"