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

config SYS_BOARD
	default "mx6slevk"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "mx6slevk"

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

endif