summaryrefslogtreecommitdiff
path: root/board/freescale/mx51evk/Kconfig
blob: a26b539536e7ef2f9db9f642561bc99c93eb30e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if TARGET_MX51EVK

config SYS_BOARD
	default "mx51evk"

config SYS_VENDOR
	default "freescale"

config SYS_SOC
	default "mx5"

config SYS_CONFIG_NAME
	default "mx51evk"

config IMX_CONFIG
	default "board/freescale/mx51evk/imximage.cfg"

endif