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