diff options
Diffstat (limited to 'arch/powerpc/platforms/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index ac62fa08f5e6..102a44e3b7ea 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -169,6 +169,16 @@ config CPU_FREQ_PMAC64 | |||
169 | help | 169 | help |
170 | This adds support for frequency switching on Apple iMac G5, | 170 | This adds support for frequency switching on Apple iMac G5, |
171 | and some of the more recent desktop G5 machines as well. | 171 | and some of the more recent desktop G5 machines as well. |
172 | |||
173 | config PPC_PASEMI_CPUFREQ | ||
174 | bool "Support for PA Semi PWRficient" | ||
175 | depends on CPU_FREQ && PPC_PASEMI | ||
176 | default y | ||
177 | select CPU_FREQ_TABLE | ||
178 | help | ||
179 | This adds the support for frequency switching on PA Semi | ||
180 | PWRficient processors. | ||
181 | |||
172 | endmenu | 182 | endmenu |
173 | 183 | ||
174 | config PPC601_SYNC_FIX | 184 | config PPC601_SYNC_FIX |