diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2005-11-06 22:27:33 -0500 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-11-07 19:17:34 -0500 |
commit | 4350147a816b9c5b40fa59e4fa23f17490630b79 (patch) | |
tree | c333986047de60aa90809d669895726610c0c3e5 /arch/ppc64/Kconfig | |
parent | a82765b6eee3d1267ded3320ca67b39fe1844599 (diff) |
[PATCH] ppc64: SMU based macs cpufreq support
CPU freq support using 970FX powertune facility for iMac G5 and SMU
based single CPU desktop.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
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 |