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