mx6: add support for el6x board
[oweals/u-boot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
index dc0894a0bbde37000996d79b145ba7eb5aa13a2b..01117abc068b71a8b096b0dd627eb4c91a6d5d00 100644 (file)
@@ -104,12 +104,14 @@ config TARGET_MX6SLEVK
 
 config TARGET_MX6SXSABRESD
        bool "mx6sxsabresd"
+       select MX6SX
        select SUPPORT_SPL
        select DM
        select DM_THERMAL
 
 config TARGET_MX6SXSABREAUTO
         bool "mx6sxsabreauto"
+       select MX6SX
         select DM
         select DM_THERMAL
 
@@ -134,6 +136,10 @@ config TARGET_OT1200
        bool "Bachmann OT1200"
        select SUPPORT_SPL
 
+config TARGET_PICO_IMX6UL
+       bool "PICO-IMX6UL-EMMC"
+       select MX6UL
+
 config TARGET_PLATINUM_PICON
        bool "platinum-picon"
        select SUPPORT_SPL
@@ -165,6 +171,25 @@ config TARGET_WANDBOARD
 config TARGET_WARP
        bool "WaRP"
 
+config TARGET_XPRESS
+       bool "CCV xPress"
+       select MX6UL
+       select DM
+       select DM_THERMAL
+       select SUPPORT_SPL
+
+config TARGET_ZC5202
+       bool "zc5202"
+       select SUPPORT_SPL
+       select DM
+       select DM_THERMAL
+
+config TARGET_ZC5601
+       bool "zc5601"
+       select SUPPORT_SPL
+       select DM
+       select DM_THERMAL
+
 endchoice
 
 config SYS_SOC
@@ -176,8 +201,10 @@ source "board/bachmann/ot1200/Kconfig"
 source "board/barco/platinum/Kconfig"
 source "board/barco/titanium/Kconfig"
 source "board/boundary/nitrogen6x/Kconfig"
+source "board/ccv/xpress/Kconfig"
 source "board/compulab/cm_fx6/Kconfig"
 source "board/congatec/cgtqmx6eval/Kconfig"
+source "board/el/el6x/Kconfig"
 source "board/embest/mx6boards/Kconfig"
 source "board/freescale/mx6qarm2/Kconfig"
 source "board/freescale/mx6qsabreauto/Kconfig"
@@ -190,6 +217,7 @@ source "board/gateworks/gw_ventana/Kconfig"
 source "board/kosagi/novena/Kconfig"
 source "board/seco/Kconfig"
 source "board/solidrun/mx6cuboxi/Kconfig"
+source "board/technexion/pico-imx6ul/Kconfig"
 source "board/tbs/tbs2910/Kconfig"
 source "board/tqc/tqma6/Kconfig"
 source "board/udoo/Kconfig"