diff options
author | Christian Krafft <krafft@de.ibm.com> | 2007-05-15 20:33:21 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2007-05-17 07:11:14 -0400 |
commit | 0453c62c8035f1a8a6e331b235c02ccdcb4e8910 (patch) | |
tree | c203ac2d0f5c5d29e4fd0be98a31ed61904d199b | |
parent | de821204dbd0a967f77213daf7b89070a65e7523 (diff) |
[POWERPC] cell_defconfig: Disable cpufreq and pmi
Cpufreq using pmi is broken by a dependency issue, that
will be fixed in a seperate patch.
Bare-metal cpufreq is broken by hardware limitations.
As it was the only user, pmi is disabled as well.
Signed-off-by: Christian Krafft <krafft@de.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r-- | arch/powerpc/configs/cell_defconfig | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/arch/powerpc/configs/cell_defconfig b/arch/powerpc/configs/cell_defconfig index 6061e5f7696e..02c428affc8f 100644 --- a/arch/powerpc/configs/cell_defconfig +++ b/arch/powerpc/configs/cell_defconfig | |||
@@ -163,7 +163,6 @@ CONFIG_SPU_FS=m | |||
163 | CONFIG_SPU_BASE=y | 163 | CONFIG_SPU_BASE=y |
164 | CONFIG_CBE_RAS=y | 164 | CONFIG_CBE_RAS=y |
165 | CONFIG_CBE_THERM=m | 165 | CONFIG_CBE_THERM=m |
166 | CONFIG_CBE_CPUFREQ=m | ||
167 | CONFIG_PPC_NATIVE=y | 166 | CONFIG_PPC_NATIVE=y |
168 | CONFIG_UDBG_RTAS_CONSOLE=y | 167 | CONFIG_UDBG_RTAS_CONSOLE=y |
169 | CONFIG_PPC_UDBG_BEAT=y | 168 | CONFIG_PPC_UDBG_BEAT=y |
@@ -172,24 +171,12 @@ CONFIG_PPC_RTAS=y | |||
172 | # CONFIG_RTAS_ERROR_LOGGING is not set | 171 | # CONFIG_RTAS_ERROR_LOGGING is not set |
173 | CONFIG_RTAS_PROC=y | 172 | CONFIG_RTAS_PROC=y |
174 | CONFIG_RTAS_FLASH=y | 173 | CONFIG_RTAS_FLASH=y |
175 | CONFIG_PPC_PMI=m | 174 | # CONFIG_PPC_PMI is not set |
176 | CONFIG_MMIO_NVRAM=y | 175 | CONFIG_MMIO_NVRAM=y |
177 | # CONFIG_PPC_MPC106 is not set | 176 | # CONFIG_PPC_MPC106 is not set |
178 | # CONFIG_PPC_970_NAP is not set | 177 | # CONFIG_PPC_970_NAP is not set |
179 | CONFIG_PPC_INDIRECT_IO=y | 178 | CONFIG_PPC_INDIRECT_IO=y |
180 | CONFIG_GENERIC_IOMAP=y | 179 | CONFIG_GENERIC_IOMAP=y |
181 | CONFIG_CPU_FREQ=y | ||
182 | CONFIG_CPU_FREQ_TABLE=y | ||
183 | CONFIG_CPU_FREQ_DEBUG=y | ||
184 | CONFIG_CPU_FREQ_STAT=y | ||
185 | # CONFIG_CPU_FREQ_STAT_DETAILS is not set | ||
186 | CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y | ||
187 | # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set | ||
188 | CONFIG_CPU_FREQ_GOV_PERFORMANCE=y | ||
189 | CONFIG_CPU_FREQ_GOV_POWERSAVE=y | ||
190 | CONFIG_CPU_FREQ_GOV_USERSPACE=y | ||
191 | CONFIG_CPU_FREQ_GOV_ONDEMAND=y | ||
192 | CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y | ||
193 | # CONFIG_CPU_FREQ_PMAC64 is not set | 180 | # CONFIG_CPU_FREQ_PMAC64 is not set |
194 | # CONFIG_WANT_EARLY_SERIAL is not set | 181 | # CONFIG_WANT_EARLY_SERIAL is not set |
195 | CONFIG_MPIC=y | 182 | CONFIG_MPIC=y |