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