aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/512x/Kconfig
diff options
context:
space:
mode:
authorMatteo Facchinetti <matteo.facchinetti@sirius-es.it>2013-03-20 03:41:52 -0400
committerAnatolij Gustschin <agust@denx.de>2013-04-01 03:25:00 -0400
commitb9e7196ecdf6d7cd7a41b560e596c9af94413c05 (patch)
treed6b7a0a092c09daa32aa622803d185546ce5ea3b /arch/powerpc/platforms/512x/Kconfig
parent534ada5ede3c9236f0bf3c5d77e0d060e66caa4f (diff)
powerpc/512x: move mpc5121_generic platform to mpc512x_generic.
This provides a base for using 512x_generic platform on mpc5125 boards. By this way 512x_GENERIC it could be used for all generic mpc512x boards and kernel could be compiled with mpc512x_defconfig. Signed-off-by: Matteo Facchinetti <matteo.facchinetti@sirius-es.it> [agust: applied s/mpc5121/mpc512x in mpc512x_generic.c] Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/powerpc/platforms/512x/Kconfig')
-rw-r--r--arch/powerpc/platforms/512x/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/powerpc/platforms/512x/Kconfig b/arch/powerpc/platforms/512x/Kconfig
index c16999802ecf..eb4620355e7b 100644
--- a/arch/powerpc/platforms/512x/Kconfig
+++ b/arch/powerpc/platforms/512x/Kconfig
@@ -15,16 +15,16 @@ config MPC5121_ADS
15 help 15 help
16 This option enables support for the MPC5121E ADS board. 16 This option enables support for the MPC5121E ADS board.
17 17
18config MPC5121_GENERIC 18config MPC512x_GENERIC
19 bool "Generic support for simple MPC5121 based boards" 19 bool "Generic support for simple MPC512x based boards"
20 depends on PPC_MPC512x 20 depends on PPC_MPC512x
21 select DEFAULT_UIMAGE 21 select DEFAULT_UIMAGE
22 help 22 help
23 This option enables support for simple MPC5121 based boards 23 This option enables support for simple MPC512x based boards
24 which do not need custom platform specific setup. 24 which do not need custom platform specific setup.
25 25
26 Compatible boards include: Protonic LVT base boards (ZANMCU 26 Compatible boards include: Protonic LVT base boards (ZANMCU
27 and VICVT2). 27 and VICVT2), Freescale MPC5125 Tower system.
28 28
29config PDM360NG 29config PDM360NG
30 bool "ifm PDM360NG board" 30 bool "ifm PDM360NG board"