On Wednesday 09 July 2008, Dave Jones wrote: > > diff --git a/arch/powerpc/platforms/cell/Kconfig > b/arch/powerpc/platforms/cell/Kconfig > index 3959fcf..19f4b4d 100644 > --- a/arch/powerpc/platforms/cell/Kconfig > +++ b/arch/powerpc/platforms/cell/Kconfig > @@ -91,6 +91,7 @@ config CBE_THERM > config CBE_CPUFREQ > tristate "CBE frequency scaling" > depends on CBE_RAS && CPU_FREQ > + select CPU_FREQ_TABLE > default m > help > This adds the cpufreq driver for Cell BE processors.
I found the problem now, there was an incorrect 'select CBE_CPUFREQ' in the spudemand governor, but no 'depends on CPUFREQ', so it was possible to build CBE_CPUFREQ without the base CPUFREQ support. Fixed in the current version, will post later. Arnd <>< _______________________________________________ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev