summaryrefslogtreecommitdiffstats
path: root/board/freescale/t4qds/Kconfig
blob: ab34b9ef4c9e520b58196253647109415a51e688 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
if TARGET_T4240EMU

config SYS_BOARD
	default "t4qds"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "T4240EMU"

endif

if TARGET_T4240QDS

config SYS_BOARD
	default "t4qds"

config SYS_VENDOR
	default "freescale"

config SYS_CONFIG_NAME
	default "T4240QDS"

endif
OpenPOWER on IntegriCloud