]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - board/synopsys/Kconfig
kconfig: add board Kconfig and defconfig files
[karo-tx-uboot.git] / 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