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