Hi, On Thu, Mar 1, 2012 at 11:26 AM, Alan Ott <alan@xxxxxxxxxxx> wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > 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@xxxxxxxx> > --- > 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 -- To unsubscribe from this list: send the line "unsubscribe linux-tegra" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html