[PATCH 3/8] ARM: tegra: select CPU_FREQ_TABLE
Olof Johansson
olof at lixom.net
Thu Mar 1 15:05:37 EST 2012
Hi,
On Thu, Mar 1, 2012 at 11:26 AM, Alan Ott <alan at signal11.us> wrote:
> From: Arnd Bergmann <arnd at arndb.de>
>
> The tegra cpufreq implementation relies on the cpu_freq_table
> code, so make sure that this is always there when needed.
>
> Signed-off-by: Arnd Bergmann <arnd at arndb.de>
> ---
> arch/arm/mach-tegra/Kconfig | 1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/arch/arm/mach-tegra/Kconfig b/arch/arm/mach-tegra/Kconfig
> index 373652d..b2a038e 100644
> --- a/arch/arm/mach-tegra/Kconfig
> +++ b/arch/arm/mach-tegra/Kconfig
> @@ -10,6 +10,7 @@ config ARCH_TEGRA_2x_SOC
> select USB_ARCH_HAS_EHCI if USB_SUPPORT
> select USB_ULPI if USB_SUPPORT
> select USB_ULPI_VIEWPORT if USB_SUPPORT
> + select CPU_FREQ_TABLE if CPU_FREQ
The corresponding chance is needed for T30 as well.
(the cpufreq driver should probably be moved out to drivers/cpufreq
and given its own but that's a separate issue)
-Olof
More information about the linux-arm-kernel
mailing list