]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-at91/Kconfig
sunxi: Add base address for GIC
[u-boot] / arch / arm / mach-at91 / Kconfig
index c33364758bdb17f4aa415a9fd124d8d498d22e9d..6180699fed9593e279ee03546c1d46cce26e86bd 100644 (file)
@@ -23,6 +23,14 @@ config TARGET_SNAPPER9260
        select DM_SERIAL
        select DM_GPIO
 
+config TARGET_GURNARD
+       bool "Support gurnard"
+       select CPU_ARM926EJS
+       select DM
+       select DM_SERIAL
+       select DM_GPIO
+       select DM_ETH
+
 config TARGET_AT91SAM9261EK
        bool "Atmel at91sam9261 reference board"
        select CPU_ARM926EJS
@@ -71,9 +79,15 @@ config TARGET_AT91SAM9X5EK
        select CPU_ARM926EJS
        select SUPPORT_SPL
 
+config TARGET_SAMA5D2_PTC
+       bool "SAMA5D2 PTC board"
+       select CPU_V7
+       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"
@@ -95,6 +109,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
@@ -114,6 +133,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 +151,19 @@ source "board/atmel/at91sam9m10g45ek/Kconfig"
 source "board/atmel/at91sam9n12ek/Kconfig"
 source "board/atmel/at91sam9rlek/Kconfig"
 source "board/atmel/at91sam9x5ek/Kconfig"
+source "board/atmel/sama5d2_ptc/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/gurnard/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"