aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imxrt/Kconfig
blob: e3aff11d48827b2c033ade0bd2392cf3364d3ada (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
if ARCH_IMXRT

config IMXRT
	bool

config IMXRT1050
	bool
	select IMXRT

config SYS_SOC
	default "imxrt"

choice
	prompt "NXP i.MXRT board select"
	optional

config TARGET_IMXRT1050_EVK
	bool "Support imxrt1050 EVK board"
	select IMXRT1050

endchoice

source "board/freescale/imxrt1050-evk/Kconfig"

endif