summaryrefslogtreecommitdiff
path: root/arch/powerpc/cpu/mpc85xx/Kconfig
diff options
context:
space:
mode:
authorYork Sun <york.sun@nxp.com>2016-11-18 12:29:51 -0800
committerYork Sun <york.sun@nxp.com>2016-11-23 23:42:12 -0800
commit10343403af4eb15690eb905bd5172331b5cfa40d (patch)
tree405de1de6b110b6f99ef85eb66b93d4dc7210acf /arch/powerpc/cpu/mpc85xx/Kconfig
parentb41f192b6763948f878e1948770c7305211a2348 (diff)
downloadu-boot-imx-10343403af4eb15690eb905bd5172331b5cfa40d.zip
u-boot-imx-10343403af4eb15690eb905bd5172331b5cfa40d.tar.gz
u-boot-imx-10343403af4eb15690eb905bd5172331b5cfa40d.tar.bz2
powerpc: QEMU_E500: Remove macro CONFIG_QEMU_E500
Replace CONFIG_QEMU_E500 with ARCH_QEMU_E500 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 acac21e..11ae4ea 100644
--- a/arch/powerpc/cpu/mpc85xx/Kconfig
+++ b/arch/powerpc/cpu/mpc85xx/Kconfig
@@ -186,6 +186,7 @@ config TARGET_P2041RDB
config TARGET_QEMU_PPCE500
bool "Support qemu-ppce500"
+ select ARCH_QEMU_E500
select PHYS_64BIT
config TARGET_T102XQDS
@@ -345,6 +346,9 @@ config ARCH_P5020
config ARCH_P5040
bool
+config ARCH_QEMU_E500
+ bool
+
source "board/freescale/b4860qds/Kconfig"
source "board/freescale/bsc9131rdb/Kconfig"
source "board/freescale/bsc9132qds/Kconfig"