diff options
author | York Sun <york.sun@nxp.com> | 2016-10-04 14:31:48 -0700 |
---|---|---|
committer | York Sun <york.sun@nxp.com> | 2016-10-06 09:59:10 -0700 |
commit | fb2bf8c2c6c5e80a941987d7c8abcf47c825f942 (patch) | |
tree | 4c8551ab4a793a12504f722226337043ed5db917 /arch/arm/Kconfig | |
parent | 4a4441765dfdead347f7a49fb2a93d295325c095 (diff) | |
download | u-boot-imx-fb2bf8c2c6c5e80a941987d7c8abcf47c825f942.zip u-boot-imx-fb2bf8c2c6c5e80a941987d7c8abcf47c825f942.tar.gz u-boot-imx-fb2bf8c2c6c5e80a941987d7c8abcf47c825f942.tar.bz2 |
arm: Move FSL_LSCH2 FSL_LSCH3 to Kconfig
Move these options to Kconfig and create a sub-menu to avoid name
conflict with other architectures.
Signed-off-by: York Sun <york.sun@nxp.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index ddc7d7b..5f185e1 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -652,6 +652,7 @@ config TARGET_VEXPRESS64_JUNO config TARGET_LS2080A_EMU bool "Support ls2080a_emu" + select ARCH_LS2080A select ARM64 select ARMV8_MULTIENTRY help @@ -662,6 +663,7 @@ config TARGET_LS2080A_EMU config TARGET_LS2080A_SIMU bool "Support ls2080a_simu" + select ARCH_LS2080A select ARM64 select ARMV8_MULTIENTRY help @@ -672,6 +674,7 @@ config TARGET_LS2080A_SIMU config TARGET_LS2080AQDS bool "Support ls2080aqds" + select ARCH_LS2080A select ARM64 select ARMV8_MULTIENTRY select SUPPORT_SPL @@ -683,6 +686,7 @@ config TARGET_LS2080AQDS config TARGET_LS2080ARDB bool "Support ls2080ardb" + select ARCH_LS2080A select ARM64 select ARMV8_MULTIENTRY select SUPPORT_SPL |