]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/synopsys/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[people/ms/u-boot.git] / board / synopsys / Kconfig
CommitLineData
dd84058d
MY
1if TARGET_ARCANGEL4
2
3config SYS_CPU
dd84058d
MY
4 default "arc700"
5
6config SYS_VENDOR
dd84058d
MY
7 default "synopsys"
8
9config SYS_CONFIG_NAME
dd84058d
MY
10 default "arcangel4"
11
12endif
13
14if TARGET_ARCANGEL4_BE
15
16config SYS_CPU
dd84058d
MY
17 default "arc700"
18
19config SYS_VENDOR
dd84058d
MY
20 default "synopsys"
21
22config SYS_CONFIG_NAME
dd84058d
MY
23 default "arcangel4-be"
24
25endif