summaryrefslogtreecommitdiff
path: root/board/nxp/mx6sllevk/Kconfig
blob: a2bfaca9c291c61ba837e9bce0ab7f91f4f9ab09 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_MX6SLLEVK

config SYS_BOARD
	default "mx6sllevk"

config SYS_VENDOR
	default "nxp"

config SYS_CONFIG_NAME
	default "mx6sllevk"

config IMX_CONFIG
	default "board/nxp/mx6sllevk/imximage.cfg"

endif