]> git.sur5r.net Git - u-boot/blob - board/synopsys/Kconfig
22034c19f1b39f2d47fbe60d6857a8d144bea773
[u-boot] / board / synopsys / Kconfig
1 if TARGET_ARCANGEL4
2
3 config SYS_CPU
4         string
5         default "arc700"
6
7 config SYS_VENDOR
8         string
9         default "synopsys"
10
11 config SYS_CONFIG_NAME
12         string
13         default "arcangel4"
14
15 endif
16
17 if TARGET_ARCANGEL4_BE
18
19 config SYS_CPU
20         string
21         default "arc700"
22
23 config SYS_VENDOR
24         string
25         default "synopsys"
26
27 config SYS_CONFIG_NAME
28         string
29         default "arcangel4-be"
30
31 endif