]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-at91/Kconfig
ARM: socfpga: Disable USB OC protection on SoCrates
[u-boot] / arch / arm / mach-at91 / Kconfig
index fdaf3287220662e1da8170adeeed48d83def8cf7..9ce775e0da225b96eda876a73613d2b32596902e 100644 (file)
@@ -71,6 +71,11 @@ config TARGET_AT91SAM9X5EK
        select CPU_ARM926EJS
        select SUPPORT_SPL
 
+config TARGET_SAMA5D2_XPLAINED
+       bool "SAMA5D2 Xplained board"
+       select CPU_V7
+       select SUPPORT_SPL
+
 config TARGET_SAMA5D3_XPLAINED
        bool "SAMA5D3 Xplained board"
        select CPU_V7
@@ -91,6 +96,11 @@ config TARGET_SAMA5D4EK
        select CPU_V7
        select SUPPORT_SPL
 
+config TARGET_MA5D4EVK
+       bool "DENX MA5D4EVK Evaluation Kit"
+       select CPU_V7
+       select SUPPORT_SPL
+
 config TARGET_MEESC
        bool "Support meesc"
        select CPU_ARM926EJS
@@ -110,6 +120,11 @@ config TARGET_SMARTWEB
        select CPU_ARM926EJS
        select SUPPORT_SPL
 
+config TARGET_VINCO
+       bool "Support VINCO"
+       select CPU_V7
+       select SUPPORT_SPL
+
 endchoice
 
 config SYS_SOC
@@ -123,14 +138,17 @@ source "board/atmel/at91sam9m10g45ek/Kconfig"
 source "board/atmel/at91sam9n12ek/Kconfig"
 source "board/atmel/at91sam9rlek/Kconfig"
 source "board/atmel/at91sam9x5ek/Kconfig"
+source "board/atmel/sama5d2_xplained/Kconfig"
 source "board/atmel/sama5d3_xplained/Kconfig"
 source "board/atmel/sama5d3xek/Kconfig"
 source "board/atmel/sama5d4_xplained/Kconfig"
 source "board/atmel/sama5d4ek/Kconfig"
 source "board/bluewater/snapper9260/Kconfig"
 source "board/calao/usb_a9263/Kconfig"
+source "board/denx/ma5d4evk/Kconfig"
 source "board/egnite/ethernut5/Kconfig"
 source "board/esd/meesc/Kconfig"
+source "board/l+g/vinco/Kconfig"
 source "board/mini-box/picosam9g45/Kconfig"
 source "board/ronetix/pm9261/Kconfig"
 source "board/ronetix/pm9263/Kconfig"