]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/Kconfig
ARM: atmel: add sama5d4 xplained ultra board support
[people/ms/u-boot.git] / arch / arm / Kconfig
index 1a836835327b00ee32d88a4ee81e30344e5c8512..9b492bea3a065eab711bf2ac5f0129591f015c61 100644 (file)
@@ -509,6 +509,10 @@ config TARGET_SAMA5D3XEK
        select CPU_V7
        select SUPPORT_SPL
 
+config TARGET_SAMA5D4_XPLAINED
+       bool "Support sama5d4_xplained"
+       select CPU_V7
+
 config TARGET_SAMA5D4EK
        bool "Support sama5d4ek"
        select CPU_V7
@@ -848,6 +852,7 @@ source "board/atmel/at91sam9rlek/Kconfig"
 source "board/atmel/at91sam9x5ek/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/bachmann/ot1200/Kconfig"
 source "board/balloon3/Kconfig"