diff options
author | York Sun <york.sun@nxp.com> | 2016-11-16 11:34:52 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:06 -0800 |
commit | 23b36a7d48427e29ba14e34f13a6efcef4b4f5b3 (patch) | |
tree | 6c0fad79b8cdcd047c516689b94a26f83b177656 /arch/powerpc/cpu/mpc85xx/Kconfig | |
parent | 8d8544869991f787c36f2c024c52f787b0e0ca41 (diff) | |
download | u-boot-imx-23b36a7d48427e29ba14e34f13a6efcef4b4f5b3.zip u-boot-imx-23b36a7d48427e29ba14e34f13a6efcef4b4f5b3.tar.gz u-boot-imx-23b36a7d48427e29ba14e34f13a6efcef4b4f5b3.tar.bz2 |
powerpc: MPC8569: Remove macro CONFIG_MPC8569
Replace CONFIG_MPC8569 with ARCH_MPC8569 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/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index 9545793..b58ccee 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -88,6 +88,7 @@ config TARGET_MPC8568MDS config TARGET_MPC8569MDS bool "Support MPC8569MDS" + select ARCH_MPC8569 config TARGET_MPC8572DS bool "Support MPC8572DS" @@ -219,6 +220,9 @@ config ARCH_MPC8560 config ARCH_MPC8568 bool +config ARCH_MPC8569 + bool + source "board/freescale/b4860qds/Kconfig" source "board/freescale/bsc9131rdb/Kconfig" source "board/freescale/bsc9132qds/Kconfig" |