summaryrefslogtreecommitdiff
path: root/board/freescale/mx6sllevk/Kconfig
blob: d47f1fa90966448f867eb994f25a1986d0f66890 (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 "freescale"

config SYS_CONFIG_NAME
	default "mx6sllevk"

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

endif