summaryrefslogtreecommitdiffstats
path: root/board/synopsys/Kconfig
blob: f614f88cc611444be2b05e24c9d454525605a68b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if TARGET_ARCANGEL4

config SYS_VENDOR
	default "synopsys"

config SYS_CONFIG_NAME
	default "arcangel4"

endif

if TARGET_ARCANGEL4_BE

config SYS_VENDOR
	default "synopsys"

config SYS_CONFIG_NAME
	default "arcangel4-be"

endif
OpenPOWER on IntegriCloud