summaryrefslogtreecommitdiff
path: root/board/kontron/sl-mx6ul/Kconfig
blob: 782e099cec22f825e2b67f24665b2765738c1fb3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if TARGET_KONTRON_MX6UL

config SYS_BOARD
	string
	default "sl-mx6ul"

config SYS_VENDOR
	string
	default "kontron"

config SYS_CONFIG_NAME
	default "kontron-sl-mx6ul"

endif