summaryrefslogtreecommitdiff
path: root/board/phytec/phycore_imx8mm/Kconfig
blob: 25e4bf2f8367890d783b08b3651ba7db34ef138f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_PHYCORE_IMX8MM

config SYS_BOARD
	default "phycore_imx8mm"

config SYS_VENDOR
	default "phytec"

config SYS_CONFIG_NAME
	default "phycore_imx8mm"

config IMX_CONFIG
	default "board/phytec/phycore_imx8mm/imximage-8mm-sd.cfg"

endif