armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088
[oweals/u-boot.git] / arch / arm / mach-at91 / Kconfig
index 0e71b69a1965b55c445d97f9628a708809f2c7ac..6907263539252cf882e2017419040c94a7182b98 100644 (file)
@@ -141,11 +141,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
@@ -153,6 +153,7 @@ config TARGET_SAMA5D2_XPLAINED
        select SAMA5D2
        select SUPPORT_SPL
        select BOARD_EARLY_INIT_F
+       select BOARD_LATE_INIT
 
 config TARGET_SAMA5D27_SOM1_EK
        bool "SAMA5D27 SOM1 EK board"
@@ -185,12 +186,14 @@ 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"
        select SAMA5D4
        select SUPPORT_SPL
        select BOARD_EARLY_INIT_F
+       select BOARD_LATE_INIT
 
 config TARGET_MA5D4EVK
        bool "Aries MA5D4EVK Evaluation Kit"
@@ -233,6 +236,18 @@ config TARGET_VINCO
        select SAMA5D4
        select SUPPORT_SPL
 
+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
 
 config SYS_SOC
@@ -247,7 +262,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"
@@ -267,6 +282,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