e3aff11d48827b2c033ade0bd2392cf3364d3ada
[oweals/u-boot.git] / arch / arm / mach-imx / imxrt / Kconfig
1 if ARCH_IMXRT
2
3 config IMXRT
4         bool
5
6 config IMXRT1050
7         bool
8         select IMXRT
9
10 config SYS_SOC
11         default "imxrt"
12
13 choice
14         prompt "NXP i.MXRT board select"
15         optional
16
17 config TARGET_IMXRT1050_EVK
18         bool "Support imxrt1050 EVK board"
19         select IMXRT1050
20
21 endchoice
22
23 source "board/freescale/imxrt1050-evk/Kconfig"
24
25 endif