diff options
author | York Sun <york.sun@nxp.com> | 2016-11-18 13:51:01 -0800 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-11-23 23:42:12 -0800 |
commit | 45a8d11782934446421970bb8c1da60c57c595a8 (patch) | |
tree | ccc2855e7c95e51a5d825942ce841837092f0575 /arch/powerpc/cpu | |
parent | 161b472482626703f13033e6859a0dd00fe2bcae (diff) |
powerpc: B4420QDS: Split from B4860QDS in Kconfig
Use TARGET_B4420QDS to simplify Kconfig options.
Signed-off-by: York Sun <york.sun@nxp.com>
Diffstat (limited to 'arch/powerpc/cpu')
-rw-r--r-- | arch/powerpc/cpu/mpc85xx/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/powerpc/cpu/mpc85xx/Kconfig b/arch/powerpc/cpu/mpc85xx/Kconfig index 9aef492990..31a074e2dd 100644 --- a/arch/powerpc/cpu/mpc85xx/Kconfig +++ b/arch/powerpc/cpu/mpc85xx/Kconfig @@ -16,6 +16,11 @@ config TARGET_SOCRATES bool "Support socrates" select ARCH_MPC8544 +config TARGET_B4420QDS + bool "Support B4420QDS" + select SUPPORT_SPL + select PHYS_64BIT + config TARGET_B4860QDS bool "Support B4860QDS" select SUPPORT_SPL |