aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
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