aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig
diff options
context:
space:
mode:
authorJohn Rigby <jrigby@freescale.com>2008-01-28 12:28:53 -0500
committerGrant Likely <grant.likely@secretlab.ca>2008-02-06 16:03:10 -0500
commite177edcd1505d5ac5f2edcd1f2df76946f4eae5d (patch)
treeee7651ae790e57d376f0ff70350a38dc99690319 /arch/powerpc/Kconfig
parent99e139126ab2e84be67969650f92eb37c12ab5cd (diff)
[POWERPC] mpc512x: Basic platform support
512x is very similar to 83xx and most of this is patterned after code from 83xx. New platform: changed: arch/powerpc/Kconfig arch/powerpc/platforms/Kconfig arch/powerpc/platforms/Kconfig.cputype arch/powerpc/platforms/Makefile new: arch/powerpc/platforms/512x/* include/asm-powerpc/mpc512x.h Signed-off-by: John Rigby <jrigby@freescale.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r--arch/powerpc/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
index 2bf2f3f53029..88ea64bd991a 100644
--- a/arch/powerpc/Kconfig
+++ b/arch/powerpc/Kconfig
@@ -489,7 +489,7 @@ config PCI
489 bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \ 489 bool "PCI support" if 40x || CPM2 || PPC_83xx || PPC_85xx || PPC_86xx \
490 || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \ 490 || PPC_MPC52xx || (EMBEDDED && (PPC_PSERIES || PPC_ISERIES)) \
491 || PPC_PS3 || 44x 491 || PPC_PS3 || 44x
492 default y if !40x && !CPM2 && !8xx && !PPC_83xx \ 492 default y if !40x && !CPM2 && !8xx && !PPC_MPC512x && !PPC_83xx \
493 && !PPC_85xx && !PPC_86xx 493 && !PPC_85xx && !PPC_86xx
494 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx 494 default PCI_PERMEDIA if !4xx && !CPM2 && !8xx
495 default PCI_QSPAN if !4xx && !CPM2 && 8xx 495 default PCI_QSPAN if !4xx && !CPM2 && 8xx