imx: imx7ulp: add EVK board support
[platform/kernel/u-boot.git] / arch / arm / cpu / armv7 / mx7ulp / Kconfig
1 if ARCH_MX7ULP
2
3 config SYS_SOC
4         default "mx7ulp"
5
6 choice
7         prompt "MX7ULP board select"
8         optional
9
10 config TARGET_MX7ULP_EVK
11         bool "Support mx7ulp EVK board"
12
13 endchoice
14
15 source "board/freescale/mx7ulp_evk/Kconfig"
16
17 endif