summaryrefslogtreecommitdiff
path: root/board/ea/mx7ulp_com/Kconfig
blob: f7b1f1bf46fd21d73d870c85165e6de650087f88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_MX7ULP_COM

config SYS_BOARD
	default "mx7ulp_com"

config SYS_VENDOR
	default "ea"

config SYS_CONFIG_NAME
	default "mx7ulp_com"

config IMX_CONFIG
	default "board/ea/mx7ulp_com/imximage.cfg"

endif