]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/cpu/armv7/mx6/Kconfig
arm: imx: add i.MX6ULL 14x14 EVK board support
[people/ms/u-boot.git] / arch / arm / cpu / armv7 / mx6 / Kconfig
index 0b02e9e77807ce33ae62ac0180d052a8a166b198..d851b264ead09bdf5de6f40c680c4249313b1e3e 100644 (file)
@@ -23,16 +23,26 @@ config MX6SL
        bool
 
 config MX6SX
+       select ROM_UNIFIED_SECTIONS
        bool
 
 config MX6UL
        select SYS_L2CACHE_OFF
+       select ROM_UNIFIED_SECTIONS
        bool
 
+config MX6ULL
+       bool
+       select MX6UL
+
 choice
        prompt "MX6 board select"
        optional
 
+config TARGET_ADVANTECH_DMS_BA16
+       bool "Advantech dms-ba16"
+       select MX6Q
+
 config TARGET_ARISTAINETOS
        bool "aristainetos"
 
@@ -44,6 +54,9 @@ config TARGET_ARISTAINETOS2B
 
 config TARGET_CGTQMX6EVAL
        bool "cgtqmx6eval"
+       select SUPPORT_SPL
+       select DM
+       select DM_THERMAL
 
 config TARGET_CM_FX6
        bool "CM-FX6"
@@ -55,6 +68,18 @@ config TARGET_CM_FX6
 config TARGET_EMBESTMX6BOARDS
        bool "embestmx6boards"
 
+config TARGET_GE_B450V3
+       bool "General Electric B450v3"
+       select MX6Q
+
+config TARGET_GE_B650V3
+       bool "General Electric B650v3"
+       select MX6Q
+
+config TARGET_GE_B850V3
+       bool "General Electric B850v3"
+       select MX6Q
+
 config TARGET_GW_VENTANA
        bool "gw_ventana"
        select SUPPORT_SPL
@@ -87,10 +112,17 @@ 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
+
 config TARGET_MX6UL_9X9_EVK
        bool "mx6ul_9x9_evk"
        select MX6UL
@@ -105,6 +137,12 @@ config TARGET_MX6UL_14X14_EVK
        select DM_THERMAL
        select SUPPORT_SPL
 
+config TARGET_MX6ULL_14X14_EVK
+       bool "Support mx6ull_14x14_evk"
+       select MX6ULL
+       select DM
+       select DM_THERMAL
+
 config TARGET_NITROGEN6X
        bool "nitrogen6x"
 
@@ -112,6 +150,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
@@ -120,6 +162,10 @@ config TARGET_PLATINUM_TITANIUM
        bool "platinum-titanium"
        select SUPPORT_SPL
 
+config TARGET_PCM058
+       bool "Phytec PCM058 i.MX6 Quad"
+       select SUPPORT_SPL
+
 config TARGET_SECOMX6
        bool "secomx6 boards"
 
@@ -143,29 +189,56 @@ 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
        default "mx6"
 
+source "board/ge/bx50v3/Kconfig"
+source "board/advantech/dms-ba16/Kconfig"
 source "board/aristainetos/Kconfig"
 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"
 source "board/freescale/mx6sabresd/Kconfig"
 source "board/freescale/mx6slevk/Kconfig"
 source "board/freescale/mx6sxsabresd/Kconfig"
+source "board/freescale/mx6sxsabreauto/Kconfig"
 source "board/freescale/mx6ul_14x14_evk/Kconfig"
+source "board/freescale/mx6ullevk/Kconfig"
+source "board/phytec/pcm058/Kconfig"
 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"