summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/Kconfig
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 11:24:40 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:11 -0800
commite71372cb6371033a762b3329d063c3735a783a76 (patch)
tree7a6a1950a0cb3fe51de50fcc5ca887d87e853ad3 /arch/powerpc/cpu/mpc85xx/Kconfig
parent850af2c7a9eb0bb11135eaba3c3f85aba64581f0 (diff)
downloadu-boot-imx-e71372cb6371033a762b3329d063c3735a783a76.zip
u-boot-imx-e71372cb6371033a762b3329d063c3735a783a76.tar.gz
u-boot-imx-e71372cb6371033a762b3329d063c3735a783a76.tar.bz2
powerpc: P4080: Remove macro CONFIG_PPC_P4080
Replace CONFIG_PPC_P4080 with ARCH_P4080 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 d8bc1d0..a68a651 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -46,6 +46,7 @@ config TARGET_P3041DS
config TARGET_P4080DS
bool "Support P4080DS"
select PHYS_64BIT
+ select ARCH_P4080
config TARGET_P5020DS
bool "Support P5020DS"
@@ -320,6 +321,9 @@ config ARCH_P2041
config ARCH_P3041
bool
+config ARCH_P4080
+ bool
+
source "board/freescale/b4860qds/Kconfig"
source "board/freescale/bsc9131rdb/Kconfig"
source "board/freescale/bsc9132qds/Kconfig"