summaryrefslogtreecommitdiffstats
path: root/board/freescale/ls2085a/Kconfig
blob: 798b491dcc415ee80062e87907deaf995cd6e035 (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
32
33
34
35
36
37
if TARGET_LS2085A_EMU

config SYS_CPU
	default "armv8"

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_CPU
	default "armv8"

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