summaryrefslogtreecommitdiff
path: root/arch/arm/mach-imx/imxrt/Kconfig
blob: d275fdf72e5431aa874be85c142be8ce6b346304 (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
26
27
28
29
30
31
32
33
34
if ARCH_IMXRT

config IMXRT
	bool

config IMXRT1020
	bool
	select IMXRT

config IMXRT1050
	bool
	select IMXRT

config SYS_SOC
	default "imxrt"

choice
	prompt "NXP i.MXRT board select"
	optional

config TARGET_IMXRT1020_EVK
	bool "Support imxrt1020 EVK board"
	select IMXRT1020

config TARGET_IMXRT1050_EVK
	bool "Support imxrt1050 EVK board"
	select IMXRT1050

endchoice

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

endif