xref: /openbmc/u-boot/board/armltd/vexpress/Kconfig (revision 5ff10aa7)
1if TARGET_VEXPRESS_CA15_TC2
2
3config SYS_CPU
4	string
5	default "armv7"
6
7config SYS_BOARD
8	string
9	default "vexpress"
10
11config SYS_VENDOR
12	string
13	default "armltd"
14
15config SYS_CONFIG_NAME
16	string
17	default "vexpress_ca15_tc2"
18
19endif
20
21if TARGET_VEXPRESS_CA5X2
22
23config SYS_CPU
24	string
25	default "armv7"
26
27config SYS_BOARD
28	string
29	default "vexpress"
30
31config SYS_VENDOR
32	string
33	default "armltd"
34
35config SYS_CONFIG_NAME
36	string
37	default "vexpress_ca5x2"
38
39endif
40
41if TARGET_VEXPRESS_CA9X4
42
43config SYS_CPU
44	string
45	default "armv7"
46
47config SYS_BOARD
48	string
49	default "vexpress"
50
51config SYS_VENDOR
52	string
53	default "armltd"
54
55config SYS_CONFIG_NAME
56	string
57	default "vexpress_ca9x4"
58
59endif
60