summaryrefslogtreecommitdiffstats
path: root/board/freescale/ls2085a/Kconfig
blob: f51afc8234422a576b314dcedd4e4d6b7674e03f (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
26
27
28
29
30
31
if TARGET_LS2085A_EMU

config SYS_BOARD
	default "ls2085a"

config SYS_VENDOR
	default "freescale"

config SYS_SOC
	default "fsl-lsch3"

config SYS_CONFIG_NAME
	default "ls2085a_emu"

endif

if TARGET_LS2085A_SIMU

config SYS_BOARD
	default "ls2085a"

config SYS_VENDOR
	default "freescale"

config SYS_SOC
	default "fsl-lsch3"

config SYS_CONFIG_NAME
	default "ls2085a_simu"

endif
OpenPOWER on IntegriCloud