]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/mach-at91/Kconfig
arm: zynq: Use fixed partitions for spi flash for zc770 xm010
[u-boot] / arch / arm / mach-at91 / Kconfig
index b4967f9203b9ad7f73f94869f84dd641531974a6..3621dfa7609d3e0ad5c65fc22839429d5f58ad3d 100644 (file)
@@ -85,6 +85,7 @@ config TARGET_GURNARD
        select BOARD_LATE_INIT
        select DM
        select DM_SERIAL
+       select DM_SPI
        select DM_GPIO
        select DM_ETH
 
@@ -141,11 +142,11 @@ config TARGET_AT91SAM9X5EK
        select AT91SAM9X5
        select SUPPORT_SPL
        select BOARD_EARLY_INIT_F
+       select BOARD_LATE_INIT
 
-config TARGET_SAMA5D2_PTC
-       bool "SAMA5D2 PTC board"
+config TARGET_SAMA5D2_PTC_EK
+       bool "SAMA5D2 PTC EK board"
        select SAMA5D2
-       select SUPPORT_SPL
        select BOARD_EARLY_INIT_F
 
 config TARGET_SAMA5D2_XPLAINED
@@ -186,6 +187,7 @@ config TARGET_SAMA5D4_XPLAINED
        select SAMA5D4
        select SUPPORT_SPL
        select BOARD_EARLY_INIT_F
+       select BOARD_LATE_INIT
 
 config TARGET_SAMA5D4EK
        bool "SAMA5D4 Evaluation Kit"
@@ -198,6 +200,8 @@ config TARGET_MA5D4EVK
        bool "Aries MA5D4EVK Evaluation Kit"
        select SAMA5D4
        select SUPPORT_SPL
+       select DM
+       select DM_SPI
 
 config TARGET_MEESC
        bool "Support meesc"
@@ -218,6 +222,7 @@ config TARGET_TAURUS
        select SUPPORT_SPL
        select DM
        select DM_SERIAL
+       select DM_SPI
        select DM_GPIO
        select DM_ETH
 
@@ -234,6 +239,20 @@ config TARGET_VINCO
        bool "Support VINCO"
        select SAMA5D4
        select SUPPORT_SPL
+       select DM
+       select DM_SPI
+
+config TARGET_WB45N
+       bool "Support Laird WB45N"
+       select CPU_ARM926EJS
+       select SUPPORT_SPL
+
+config TARGET_WB50N
+       bool "Support Laird WB50N"
+       select BOARD_LATE_INIT
+       select CPU_V7
+       select SUPPORT_SPL
+       select BOARD_EARLY_INIT_F
 
 endchoice
 
@@ -249,7 +268,7 @@ 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_ptc_ek/Kconfig"
 source "board/atmel/sama5d2_xplained/Kconfig"
 source "board/atmel/sama5d27_som1_ek/Kconfig"
 source "board/atmel/sama5d3_xplained/Kconfig"
@@ -269,6 +288,8 @@ source "board/ronetix/pm9g45/Kconfig"
 source "board/siemens/corvus/Kconfig"
 source "board/siemens/taurus/Kconfig"
 source "board/siemens/smartweb/Kconfig"
+source "board/laird/wb45n/Kconfig"
+source "board/laird/wb50n/Kconfig"
 
 config SPL_LDSCRIPT
        default "arch/arm/mach-at91/arm926ejs/u-boot-spl.lds" if CPU_ARM926EJS