aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-26 03:16:38 -0400
committerPaul Mackerras <paulus@samba.org>2005-10-26 03:16:38 -0400
commit830825d6c37a28061c0b6ca538a6411001cf3b2a (patch)
tree99ead002881c53e0eda644175ba43d4a166fa26e /arch/powerpc/Kconfig
parent03501dab035ab7da5e1373f5e130cfd6346d3f21 (diff)
powerpc: Pull out MPC106 (grackle) initialization code into its own file
This is so that the 32-bit CHRP code can use it. The MPC106 initialization code is now in arch/powerpc/sysdev/grackle.c and is controlled by CONFIG_PPC_MPC106. Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index ce5100cadd34..964ded4a757f 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -286,6 +286,7 @@ config PPC_CHRP
286 select PPC_I8259 286 select PPC_I8259
287 select PPC_INDIRECT_PCI 287 select PPC_INDIRECT_PCI
288 select PPC_RTAS 288 select PPC_RTAS
289 select PPC_MPC106
289 default y 290 default y
290 291
291config PPC_PMAC 292config PPC_PMAC
@@ -366,6 +367,10 @@ config IBMVIO
366 bool 367 bool
367 default y 368 default y
368 369
370config PPC_MPC106
371 bool
372 default n
373
369source "drivers/cpufreq/Kconfig" 374source "drivers/cpufreq/Kconfig"
370 375
371config CPU_FREQ_PMAC 376config CPU_FREQ_PMAC