summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/Kconfig
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-16 19:39:20 (GMT)
committerYork Sun <york.sun@nxp.com>2016-11-24 07:42:06 (GMT)
commitc8f48474bc6bac1428b3f8a7268f4e6886dafc6d (patch)
tree8a0410aefceb2cbf0b42e3dc3470fec84f52c38c /arch/powerpc/cpu/mpc85xx/Kconfig
parent3759b5b649aa77bcbdf8852ebd80de2090addc45 (diff)
downloadu-boot-c8f48474bc6bac1428b3f8a7268f4e6886dafc6d.tar.xz
powerpc: MPC8572: Remove macro CONFIG_MPC8572
Replace CONFIG_MPC8572 with ARCH_MPC8572 in Kconfig and clean up existing macros. Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/cpu/mpc85xx/Kconfig')
-rw-r--r--arch/powerpc/cpu/mpc85xx/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index b58ccee..f4d9f9d 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -92,6 +92,7 @@ config TARGET_MPC8569MDS
config TARGET_MPC8572DS
bool "Support MPC8572DS"
+ select ARCH_MPC8572
config TARGET_P1010RDB
bool "Support P1010RDB"
@@ -174,6 +175,7 @@ config TARGET_XPEDITE520X
config TARGET_XPEDITE537X
bool "Support xpedite537x"
+ select ARCH_MPC8572
config TARGET_XPEDITE550X
bool "Support xpedite550x"
@@ -223,6 +225,9 @@ config ARCH_MPC8568
config ARCH_MPC8569
bool
+config ARCH_MPC8572
+ bool
+
source "board/freescale/b4860qds/Kconfig"
source "board/freescale/bsc9131rdb/Kconfig"
source "board/freescale/bsc9132qds/Kconfig"