config [31mCONFIG_CPU_FREQ_CBE[0m tristate "CBE frequency scaling" depends on [31mCONFIG_CBE_RAS[0m && [31mCONFIG_PPC_CELL[0m default m help This adds the cpufreq driver for Cell BE processors. For details, take a look at <file:Documentation/cpu-freq/>. If you don't have such processor, say N config [31mCONFIG_CPU_FREQ_CBE_PMI[0m bool "CBE frequency scaling using PMI interface" depends on [31mCONFIG_CPU_FREQ_CBE[0m default n help Select this, if you want to use the PMI interface to switch frequencies. Using PMI, the processor will not only be able to run at lower speed, but also at lower core voltage. config [31mCONFIG_CPU_FREQ_MAPLE[0m bool "Support for Maple 970FX Evaluation Board" depends on [31mCONFIG_PPC_MAPLE[0m help This adds support for frequency switching on Maple 970FX Evaluation Board and compatible boards (IBM JS2x blades). config [31mCONFIG_CPU_FREQ_PMAC[0m bool "Support for Apple PowerBooks" depends on [31mCONFIG_ADB_PMU[0m && [31mCONFIG_PPC32[0m help This adds support for frequency switching on Apple PowerBooks, this currently includes some models of iBook & Titanium PowerBook. config [31mCONFIG_CPU_FREQ_PMAC64[0m bool "Support for some Apple G5s" depends on [31mCONFIG_PPC_PMAC[0m && [31mCONFIG_PPC64[0m help This adds support for frequency switching on Apple iMac G5, and some of the more recent desktop G5 machines as well. config [31mCONFIG_PPC_PASEMI_CPUFREQ[0m bool "Support for PA Semi PWRficient" depends on [31mCONFIG_PPC_PASEMI[0m default y help This adds the support for frequency switching on PA Semi PWRficient processors. config [31mCONFIG_POWERNV_CPUFREQ[0m tristate "CPU frequency scaling for IBM POWERNV platform" depends on [31mCONFIG_PPC_POWERNV[0m default y help This adds support for CPU frequency switching on IBM POWERNV platform |