mx7ulp: Add support for Embedded Artists COM board
[platform/kernel/u-boot.git] / arch / arm / mach-imx / mx7ulp / Kconfig
index 138c583..6680f85 100644 (file)
@@ -15,6 +15,11 @@ choice
        prompt "MX7ULP board select"
        optional
 
+config TARGET_MX7ULP_COM
+       bool "Support MX7ULP COM board"
+       select MX7ULP
+       select SYS_ARCH_TIMER
+
 config TARGET_MX7ULP_EVK
        bool "Support mx7ulp EVK board"
        select MX7ULP
@@ -22,6 +27,7 @@ config TARGET_MX7ULP_EVK
 
 endchoice
 
+source "board/ea/mx7ulp_com/Kconfig"
 source "board/freescale/mx7ulp_evk/Kconfig"
 
 endif