]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/Kconfig
armv8/ls1043aqds: add LS1043AQDS board support
[people/ms/u-boot.git] / arch / arm / Kconfig
index 4fa52299ef63e7c819a4a3154e3740096106113a..b493b172a27fa186a57a4c08b54efc339c055e6f 100644 (file)
@@ -650,6 +650,14 @@ config TARGET_LS1021ATWR
        select CPU_V7
        select SUPPORT_SPL
 
+config TARGET_LS1043AQDS
+       bool "Support ls1043aqds"
+       select ARM64
+       select ARMV8_MULTIENTRY
+       select SUPPORT_SPL
+       help
+         Support for Freescale LS1043AQDS platform.
+
 config TARGET_LS1043ARDB
        bool "Support ls1043ardb"
        select ARM64
@@ -773,6 +781,7 @@ source "board/freescale/ls2080a/Kconfig"
 source "board/freescale/ls2080aqds/Kconfig"
 source "board/freescale/ls2080ardb/Kconfig"
 source "board/freescale/ls1021aqds/Kconfig"
+source "board/freescale/ls1043aqds/Kconfig"
 source "board/freescale/ls1021atwr/Kconfig"
 source "board/freescale/ls1043ardb/Kconfig"
 source "board/freescale/mx23evk/Kconfig"