]> 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 26ba5ace03a5462472eda8ba6b1c579409943a50..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,9 +96,10 @@ config TARGET_SAMA5D4EK
        select CPU_V7
        select SUPPORT_SPL
 
-config TARGET_VL_MA2SC
-       bool "Support vl_ma2sc"
-       select CPU_ARM926EJS
+config TARGET_MA5D4EVK
+       bool "DENX MA5D4EVK Evaluation Kit"
+       select CPU_V7
+       select SUPPORT_SPL
 
 config TARGET_MEESC
        bool "Support meesc"
@@ -114,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
@@ -127,15 +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/BuS/vl_ma2sc/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"