]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/armltd/vexpress/Kconfig
7fa30c65f9eee5e70e93467931ab08b014b28323
[people/ms/u-boot.git] / board / armltd / vexpress / Kconfig
1 if TARGET_VEXPRESS_CA15_TC2
2
3 config SYS_CPU
4 default "armv7"
5
6 config SYS_BOARD
7 default "vexpress"
8
9 config SYS_VENDOR
10 default "armltd"
11
12 config SYS_CONFIG_NAME
13 default "vexpress_ca15_tc2"
14
15 endif
16
17 if TARGET_VEXPRESS_CA5X2
18
19 config SYS_CPU
20 default "armv7"
21
22 config SYS_BOARD
23 default "vexpress"
24
25 config SYS_VENDOR
26 default "armltd"
27
28 config SYS_CONFIG_NAME
29 default "vexpress_ca5x2"
30
31 endif
32
33 if TARGET_VEXPRESS_CA9X4
34
35 config SYS_CPU
36 default "armv7"
37
38 config SYS_BOARD
39 default "vexpress"
40
41 config SYS_VENDOR
42 default "armltd"
43
44 config SYS_CONFIG_NAME
45 default "vexpress_ca9x4"
46
47 endif