diff options
author | Paul Mackerras <paulus@samba.org> | 2005-10-26 08:54:17 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2005-10-26 08:54:17 -0400 |
commit | b6a4ce526a87bd8a99a396ac993240d6d3239852 (patch) | |
tree | a1ad8472e9195da61b1427324815d201e4379047 /arch/powerpc/Kconfig | |
parent | bd561c79dce9036c9efb17420b6cf8763c8c9de3 (diff) |
powerpc: 32-bit powermac needs the mpc106 code
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 1 |
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 | ||
298 | config PPC_PMAC64 | 299 | config PPC_PMAC64 |