Merge git://git.denx.de/u-boot-fsl-qoriq
[oweals/u-boot.git] / arch / arm / mach-imx / mx7 / Kconfig
index 7053697f9bde563a495da3687e27af0fdfc989ed..365501d5187e94249ef77d2d4375722454a18e7b 100644 (file)
@@ -13,12 +13,18 @@ config MX7D
        select ROM_UNIFIED_SECTIONS
        imply CMD_FUSE
        bool
-       imply ENV_IS_IN_MMC
 
 choice
        prompt "MX7 board select"
        optional
 
+config TARGET_CL_SOM_IMX7
+       bool "CL-SOM-iMX7"
+       select MX7D
+       select DM
+       select DM_THERMAL
+       select SUPPORT_SPL
+
 config TARGET_MX7DSABRESD
        bool "mx7dsabresd"
        select BOARD_LATE_INIT
@@ -52,6 +58,7 @@ endchoice
 config SYS_SOC
        default "mx7"
 
+source "board/compulab/cl-som-imx7/Kconfig"
 source "board/freescale/mx7dsabresd/Kconfig"
 source "board/technexion/pico-imx7d/Kconfig"
 source "board/toradex/colibri_imx7/Kconfig"