armv8: ls1088aqds: Add IFC-NOR as boot source for LS1088
[oweals/u-boot.git] / arch / arm / mach-at91 / Kconfig
index 7e85b69679d2b4eb3bdcd005776042300ae5a3fc..6907263539252cf882e2017419040c94a7182b98 100644 (file)
@@ -143,10 +143,9 @@ config TARGET_AT91SAM9X5EK
        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
@@ -237,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
@@ -251,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"
@@ -271,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