aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/512x/Kconfig
diff options
context:
space:
mode:
authorJohn Rigby <jrigby@freescale.com>2008-01-29 04:28:53 +1100
committerGrant Likely <grant.likely@secretlab.ca>2008-02-06 14:03:10 -0700
commite177edcd1505d5ac5f2edcd1f2df76946f4eae5d (patch)
treeee7651ae790e57d376f0ff70350a38dc99690319 /arch/powerpc/platforms/512x/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/platforms/512x/Kconfig')
-rw-r--r--arch/powerpc/platforms/512x/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/arch/powerpc/platforms/512x/Kconfig b/arch/powerpc/platforms/512x/Kconfig
new file mode 100644
index 00000000000..c6fa49e23dc
--- /dev/null
+++ b/arch/powerpc/platforms/512x/Kconfig
@@ -0,0 +1,20 @@
+config PPC_MPC512x
+ bool
+ select FSL_SOC
+ select IPIC
+ default n
+
+config PPC_MPC5121
+ bool
+ select PPC_MPC512x
+ default n
+
+config MPC5121_ADS
+ bool "Freescale MPC5121E ADS"
+ depends on PPC_MULTIPLATFORM && PPC32
+ select DEFAULT_UIMAGE
+ select WANT_DEVICE_TREE
+ select PPC_MPC5121
+ help
+ This option enables support for the MPC5121E ADS board.
+ default n