summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorBenjamin Herrenschmidt2006-07-06 07:09:19 +0200
committerPaul Mackerras2006-07-07 12:19:16 +0200
commit7ed14c2177694ce086180eb9ca9ca4c6cd72c7ef (patch)
tree3ae86ab89905167c8fdc9f220524d4d693895108 /arch/powerpc/Kconfig
parent[POWERPC] Xserve G5 thermal control fixes (diff)
downloadkernel-qcow2-linux-7ed14c2177694ce086180eb9ca9ca4c6cd72c7ef.tar.gz
kernel-qcow2-linux-7ed14c2177694ce086180eb9ca9ca4c6cd72c7ef.tar.xz
kernel-qcow2-linux-7ed14c2177694ce086180eb9ca9ca4c6cd72c7ef.zip
[POWERPC] Add cpufreq support for Xserve G5
The Xserve G5 are capable of frequency switching like other desktop G5s. This enables it. It also fix a Kconfig issue which prevented from building the G5 cpufreq support if CONFIG_PMAC_SMU was not set (the first version of that driver only worked with SMU based macs, but this isn't the case anymore). Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 2643dbc3f289..13e583f16ede 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -504,7 +504,7 @@ config CPU_FREQ_PMAC
config CPU_FREQ_PMAC64
bool "Support for some Apple G5s"
- depends on CPU_FREQ && PMAC_SMU && PPC64
+ depends on CPU_FREQ && PPC64
select CPU_FREQ_TABLE
help
This adds support for frequency switching on Apple iMac G5,