arm64: add better and more generic spin-table support
[oweals/u-boot.git] / arch / arm / mach-davinci / Kconfig
index 4997b2ce54dcec59008193766eb579dec5e8978a..5d1c5c5ccb1faff90f9a5304dac86261037a796a 100644 (file)
@@ -4,16 +4,10 @@ choice
        prompt "DaVinci board select"
        optional
 
-config TARGET_ENBW_CMC
-       bool "EnBW CMC board"
-
 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
@@ -28,15 +22,18 @@ config TARGET_OMAPL138_LCDK
 config TARGET_CALIMAIN
        bool "Calimain board"
 
+config TARGET_LEGOEV3
+       bool "LEGO MINDSTORMS EV3"
+
 endchoice
 
 config SYS_SOC
        default "davinci"
 
-source "board/enbw/enbw_cmc/Kconfig"
 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