]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/Kconfig
armv8/ls2085aqds: Add support of LS2085AQDS platform
[people/ms/u-boot.git] / arch / arm / Kconfig
index 3702bb084f84414bb7327dc9b75e30d2bd8facc6..f8ef5dc209d109e8bfb5ccef5ba0a42d961d5321 100644 (file)
@@ -711,6 +711,16 @@ config TARGET_LS2085A_SIMU
        select ARM64
        select ARMV8_MULTIENTRY
 
+config TARGET_LS2085AQDS
+       bool "Support ls2085aqds"
+       select ARM64
+       select ARMV8_MULTIENTRY
+       help
+         Support for Freescale LS2085AQDS platform
+         The LS2085A Development System (QDS) is a high-performance
+         development platform that supports the QorIQ LS2085A
+         Layerscape Architecture processor.
+
 config TARGET_LS1021AQDS
        bool "Support ls1021aqds"
        select CPU_V7
@@ -865,6 +875,7 @@ source "board/denx/m53evk/Kconfig"
 source "board/embest/mx6boards/Kconfig"
 source "board/esg/ima3-mx53/Kconfig"
 source "board/freescale/ls2085a/Kconfig"
+source "board/freescale/ls2085aqds/Kconfig"
 source "board/freescale/ls1021aqds/Kconfig"
 source "board/freescale/ls1021atwr/Kconfig"
 source "board/freescale/mx23evk/Kconfig"