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