diff options
author | Christian Krafft <krafft@de.ibm.com> | 2006-10-24 12:39:45 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-10-25 00:20:22 -0400 |
commit | 36ca4ba4b9728f3c420a589a3322c2fbd7ec88b7 (patch) | |
tree | 527755d66f9fa9167e214b21c673862845a0b730 /arch/powerpc/configs/cell_defconfig | |
parent | a898497088f46252e6750405504064e2dce53117 (diff) |
[POWERPC] cell: add cpufreq driver for Cell BE processor
This patch adds a cpufreq backend driver to enable frequency scaling on cell.
Signed-off-by: Christian Krafft <krafft@de.ibm.com>
Signed-off-by: Arnd Bergmann <arnd.bergmann@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/configs/cell_defconfig')
-rw-r--r-- | arch/powerpc/configs/cell_defconfig | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/arch/powerpc/configs/cell_defconfig b/arch/powerpc/configs/cell_defconfig index 910a33193d9d..c5c54f49ae5d 100644 --- a/arch/powerpc/configs/cell_defconfig +++ b/arch/powerpc/configs/cell_defconfig | |||
@@ -139,7 +139,19 @@ CONFIG_RTAS_FLASH=y | |||
139 | CONFIG_MMIO_NVRAM=y | 139 | CONFIG_MMIO_NVRAM=y |
140 | # CONFIG_PPC_MPC106 is not set | 140 | # CONFIG_PPC_MPC106 is not set |
141 | # CONFIG_PPC_970_NAP is not set | 141 | # CONFIG_PPC_970_NAP is not set |
142 | # CONFIG_CPU_FREQ is not set | 142 | CONFIG_CPU_FREQ=y |
143 | CONFIG_CPU_FREQ_TABLE=y | ||
144 | CONFIG_CPU_FREQ_DEBUG=y | ||
145 | CONFIG_CPU_FREQ_STAT=y | ||
146 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | ||
147 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | ||
148 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | ||
149 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | ||
150 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y | ||
151 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
152 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | ||
153 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | ||
154 | # CONFIG_CPU_FREQ_PMAC64 is not set | ||
143 | # CONFIG_WANT_EARLY_SERIAL is not set | 155 | # CONFIG_WANT_EARLY_SERIAL is not set |
144 | # CONFIG_MPIC is not set | 156 | # CONFIG_MPIC is not set |
145 | 157 | ||
@@ -150,6 +162,7 @@ CONFIG_SPU_FS=m | |||
150 | CONFIG_SPU_BASE=y | 162 | CONFIG_SPU_BASE=y |
151 | CONFIG_CBE_RAS=y | 163 | CONFIG_CBE_RAS=y |
152 | CONFIG_CBE_THERM=m | 164 | CONFIG_CBE_THERM=m |
165 | CONFIG_CBE_CPUFREQ=m | ||
153 | 166 | ||
154 | # | 167 | # |
155 | # Kernel options | 168 | # Kernel options |