summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/Kconfig
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-16 13:08:52 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:07 -0800
commit7d5f9f84f1767c5f9669d9db7fbbb825623b67a3 (patch)
tree03d0f344a65392c770f0fc133277be61d8388507 /arch/powerpc/cpu/mpc85xx/Kconfig
parent164b2f812bd0a095f378961f04bc98e2735a376d (diff)
downloadu-boot-imx-7d5f9f84f1767c5f9669d9db7fbbb825623b67a3.zip
u-boot-imx-7d5f9f84f1767c5f9669d9db7fbbb825623b67a3.tar.gz
u-boot-imx-7d5f9f84f1767c5f9669d9db7fbbb825623b67a3.tar.bz2
powerpc: P1010: Remove macro CONFIG_P1010
Replace CONFIG_P1010 with ARCH_P1010 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/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig
index f4d9f9d..9b6dd34 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -96,6 +96,7 @@ config TARGET_MPC8572DS
config TARGET_P1010RDB
bool "Support P1010RDB"
+ select ARCH_P1010
select SUPPORT_SPL
select SUPPORT_TPL
@@ -228,6 +229,9 @@ config ARCH_MPC8569
config ARCH_MPC8572
bool
+config ARCH_P1010
+ bool
+
source "board/freescale/b4860qds/Kconfig"
source "board/freescale/bsc9131rdb/Kconfig"
source "board/freescale/bsc9132qds/Kconfig"