xref: /openbmc/u-boot/board/synopsys/Kconfig (revision 9dec5270)
1if TARGET_ARCANGEL4
2
3config SYS_CPU
4	string
5	default "arc700"
6
7config SYS_VENDOR
8	string
9	default "synopsys"
10
11config SYS_CONFIG_NAME
12	string
13	default "arcangel4"
14
15endif
16
17if TARGET_ARCANGEL4_BE
18
19config SYS_CPU
20	string
21	default "arc700"
22
23config SYS_VENDOR
24	string
25	default "synopsys"
26
27config SYS_CONFIG_NAME
28	string
29	default "arcangel4-be"
30
31endif
32