summaryrefslogtreecommitdiffstats
path: root/board/synopsys/Kconfig
blob: 22034c19f1b39f2d47fbe60d6857a8d144bea773 (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_ARCANGEL4

config SYS_CPU
	string
	default "arc700"

config SYS_VENDOR
	string
	default "synopsys"

config SYS_CONFIG_NAME
	string
	default "arcangel4"

endif

if TARGET_ARCANGEL4_BE

config SYS_CPU
	string
	default "arc700"

config SYS_VENDOR
	string
	default "synopsys"

config SYS_CONFIG_NAME
	string
	default "arcangel4-be"

endif
OpenPOWER on IntegriCloud