summaryrefslogtreecommitdiff
path: root/board/nxp/imxrt1050-evk/Kconfig
blob: 8dd7511c0c842e8dc229b68642f8e3f67b70e592 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if TARGET_IMXRT1050_EVK

config SYS_BOARD
	default "imxrt1050-evk"

config SYS_VENDOR
	default "nxp"

config SYS_SOC
	default "imxrt1050"

config SYS_CONFIG_NAME
	default "imxrt1050-evk"

config IMX_CONFIG
	default "board/nxp/imxrt1050-evk/imximage.cfg"

endif