imx: imx7ulp: add EVK board support
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / mx7ulp / Kconfig
index 85efd6d..1bdc85a 100644 (file)
@@ -3,4 +3,15 @@ if ARCH_MX7ULP
 config SYS_SOC
        default "mx7ulp"
 
+choice
+       prompt "MX7ULP board select"
+       optional
+
+config TARGET_MX7ULP_EVK
+        bool "Support mx7ulp EVK board"
+
+endchoice
+
+source "board/freescale/mx7ulp_evk/Kconfig"
+
 endif