summaryrefslogtreecommitdiff
path: root/board/freescale/vf610twr/Kconfig
blob: 208c7ae2f425de340dd0801a1a8fe010a43e9b2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_VF610TWR

config SYS_BOARD
	default "vf610twr"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "vf610twr"

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

endif