]> Git Repo - J-u-boot.git/blob - arch/arm/mach-imx/imxrt/Kconfig
Convert CONFIG_CONS_INDEX et al to Kconfig
[J-u-boot.git] / arch / arm / mach-imx / imxrt / Kconfig
1 if ARCH_IMXRT
2
3 config IMXRT
4         bool
5         select SYS_FSL_ERRATUM_ESDHC135
6
7 config IMXRT1020
8         bool
9         select IMXRT
10
11 config IMXRT1050
12         bool
13         select IMXRT
14
15 config SYS_SOC
16         default "imxrt"
17
18 choice
19         prompt "NXP i.MXRT board select"
20         optional
21
22 config TARGET_IMXRT1020_EVK
23         bool "Support imxrt1020 EVK board"
24         select IMXRT1020
25
26 config TARGET_IMXRT1050_EVK
27         bool "Support imxrt1050 EVK board"
28         select IMXRT1050
29
30 endchoice
31
32 source "board/freescale/imxrt1020-evk/Kconfig"
33 source "board/freescale/imxrt1050-evk/Kconfig"
34
35 endif
This page took 0.028666 seconds and 4 git commands to generate.