diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2006-07-10 16:44:54 +1000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-07-28 10:51:43 +1000 |
commit | e272a2853459b1e7282a7d0b54114ffaa7b3980f (patch) | |
tree | 9579598050944e748366bab51141aac0bbcfc640 /arch/powerpc/Kconfig | |
parent | 8279d2e6062673f31c59ad9e2104024123154267 (diff) | |
download | blackbird-obmc-linux-e272a2853459b1e7282a7d0b54114ffaa7b3980f.tar.gz blackbird-obmc-linux-e272a2853459b1e7282a7d0b54114ffaa7b3980f.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/Kconfig | 2 |
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, |