aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>2005-10-26 08:54:17 -0400
committerPaul Mackerras <paulus@samba.org>2005-10-26 08:54:17 -0400
commitb6a4ce526a87bd8a99a396ac993240d6d3239852 (patch)
treea1ad8472e9195da61b1427324815d201e4379047
parentbd561c79dce9036c9efb17420b6cf8763c8c9de3 (diff)
powerpc: 32-bit powermac needs the mpc106 code
Signed-off-by: Paul Mackerras <paulus@samba.org>
-rw-r--r--arch/powerpc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 9589d621edc5..c71ddc0c191a 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -293,6 +293,7 @@ config PPC_PMAC
293 bool " Apple PowerMac based machines" 293 bool " Apple PowerMac based machines"
294 depends on PPC_MULTIPLATFORM 294 depends on PPC_MULTIPLATFORM
295 select PPC_INDIRECT_PCI if PPC32 295 select PPC_INDIRECT_PCI if PPC32
296 select PPC_MPC106 if PPC32
296 default y 297 default y
297 298
298config PPC_PMAC64 299config PPC_PMAC64