summaryrefslogtreecommitdiff
path: root/board/freescale/t4qds/Kconfig
blob: 563a87c4569cd81b2f2402e0d55b4441df43b3a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if TARGET_T4160QDS || TARGET_T4240QDS

config SYS_BOARD
	default "t4qds"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "T4240QDS"

endif