arm64: add better and more generic spin-table support
[oweals/u-boot.git] / arch / arm / mach-davinci / Kconfig
index 8079fabd6f3d3ffdd1eca2e332aa5d46874437fc..5d1c5c5ccb1faff90f9a5304dac86261037a796a 100644 (file)
@@ -8,9 +8,6 @@ config TARGET_IPAM390
        bool "IPAM390 board"
        select SUPPORT_SPL
 
-config TARGET_DA830EVM
-       bool "DA830 EVM board"
-
 config TARGET_DA850EVM
        bool "DA850 EVM board"
        select SUPPORT_SPL
@@ -25,6 +22,9 @@ config TARGET_OMAPL138_LCDK
 config TARGET_CALIMAIN
        bool "Calimain board"
 
+config TARGET_LEGOEV3
+       bool "LEGO MINDSTORMS EV3"
+
 endchoice
 
 config SYS_SOC
@@ -34,5 +34,6 @@ source "board/Barix/ipam390/Kconfig"
 source "board/davinci/da8xxevm/Kconfig"
 source "board/davinci/ea20/Kconfig"
 source "board/omicron/calimain/Kconfig"
+source "board/lego/ev3/Kconfig"
 
 endif