]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/cpu/armv7/mx6/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-spi
[u-boot] / arch / arm / cpu / armv7 / mx6 / Kconfig
index 544f9af626fbc05f1b5b4a21dc270277efdecd60..c646966f75473ad2c478dd1ce519c5e748eb3a37 100644 (file)
@@ -128,6 +128,19 @@ config TARGET_MX6Q_ICORE
        select DM
        select DM_ETH
        select DM_GPIO
+       select DM_I2C
+       select DM_MMC
+       select DM_THERMAL
+       select SUPPORT_SPL
+
+config TARGET_MX6Q_ICORE_RQS
+       bool "Support Engicam i.Core RQS"
+       select MX6QDL
+       select OF_CONTROL
+       select DM
+       select DM_ETH
+       select DM_GPIO
+       select DM_I2C
        select DM_MMC
        select DM_THERMAL
        select SUPPORT_SPL
@@ -180,6 +193,18 @@ config TARGET_MX6UL_14X14_EVK
        select DM_THERMAL
        select SUPPORT_SPL
 
+config TARGET_MX6UL_GEAM
+       bool "Support Engicam GEAM6UL"
+       select MX6UL
+       select OF_CONTROL
+       select DM
+       select DM_ETH
+       select DM_GPIO
+       select DM_I2C
+       select DM_MMC
+       select DM_THERMAL
+       select SUPPORT_SPL
+
 config TARGET_MX6ULL_14X14_EVK
        bool "Support mx6ull_14x14_evk"
        select MX6ULL
@@ -285,7 +310,9 @@ source "board/compulab/cm_fx6/Kconfig"
 source "board/congatec/cgtqmx6eval/Kconfig"
 source "board/el/el6x/Kconfig"
 source "board/embest/mx6boards/Kconfig"
+source "board/engicam/geam6ul/Kconfig"
 source "board/engicam/icorem6/Kconfig"
+source "board/engicam/icorem6_rqs/Kconfig"
 source "board/freescale/mx6qarm2/Kconfig"
 source "board/freescale/mx6qsabreauto/Kconfig"
 source "board/freescale/mx6sabresd/Kconfig"