diff options
Diffstat (limited to 'arch/ppc64/Kconfig')
-rw-r--r-- | arch/ppc64/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/ppc64/Kconfig b/arch/ppc64/Kconfig index 2130cc315957..94a81279deac 100644 --- a/arch/ppc64/Kconfig +++ b/arch/ppc64/Kconfig | |||
@@ -173,6 +173,16 @@ config KEXEC | |||
173 | support. As of this writing the exact hardware interface is | 173 | support. As of this writing the exact hardware interface is |
174 | strongly in flux, so no good recommendation can be made. | 174 | strongly in flux, so no good recommendation can be made. |
175 | 175 | ||
176 | source "drivers/cpufreq/Kconfig" | ||
177 | |||
178 | config CPU_FREQ_PMAC64 | ||
179 | bool "Support for some Apple G5s" | ||
180 | depends on CPU_FREQ && PMAC_SMU && PPC64 | ||
181 | select CPU_FREQ_TABLE | ||
182 | help | ||
183 | This adds support for frequency switching on Apple iMac G5, | ||
184 | and some of the more recent desktop G5 machines as well. | ||
185 | |||
176 | config IBMVIO | 186 | config IBMVIO |
177 | depends on PPC_PSERIES || PPC_ISERIES | 187 | depends on PPC_PSERIES || PPC_ISERIES |
178 | bool | 188 | bool |