summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/Kconfig
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 11:00:57 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:10 -0800
commit52b6f13d2c9c69d2841572e10515880bc59fed48 (patch)
tree648f0e1be816b94f84861aa438ac720ff129b8dd /arch/powerpc/cpu/mpc85xx/Kconfig
parenta990799d5248d3bb92bf2a8919936e1562693b07 (diff)
downloadu-boot-imx-52b6f13d2c9c69d2841572e10515880bc59fed48.zip
u-boot-imx-52b6f13d2c9c69d2841572e10515880bc59fed48.tar.gz
u-boot-imx-52b6f13d2c9c69d2841572e10515880bc59fed48.tar.bz2
powerpc: P1024: Remove CONFIG_P1024
Replace CONFIG_P1024 with ARCH_P1024 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 5550687..62c0dec 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -150,6 +150,7 @@ config TARGET_P1024RDB
bool "Support P1024RDB"
select SUPPORT_SPL
select SUPPORT_TPL
+ select ARCH_P1024
config TARGET_P1025RDB
bool "Support P1025RDB"
@@ -297,6 +298,9 @@ config ARCH_P1022
config ARCH_P1023
bool
+config ARCH_P1024
+ bool
+
source "board/freescale/b4860qds/Kconfig"
source "board/freescale/bsc9131rdb/Kconfig"
source "board/freescale/bsc9132qds/Kconfig"