]> git.ipfire.org Git - people/ms/u-boot.git/blame - board/armltd/vexpress64/Kconfig
vexpress64: support the Juno Development Platform
[people/ms/u-boot.git] / board / armltd / vexpress64 / Kconfig
CommitLineData
f91afc4d
LW
1if TARGET_VEXPRESS64_AEMV8A
2
3config SYS_BOARD
4 default "vexpress64"
5
6config SYS_VENDOR
7 default "armltd"
8
9config SYS_CONFIG_NAME
10 default "vexpress_aemv8a"
11
12endif
13
14if TARGET_VEXPRESS64_BASE_FVP
dd84058d 15
dd84058d 16config SYS_BOARD
dd84058d
MY
17 default "vexpress64"
18
19config SYS_VENDOR
dd84058d
MY
20 default "armltd"
21
22config SYS_CONFIG_NAME
dd84058d
MY
23 default "vexpress_aemv8a"
24
25endif
ffc10373
LW
26
27if TARGET_VEXPRESS64_JUNO
28
29config SYS_BOARD
30 default "vexpress64"
31
32config SYS_VENDOR
33 default "armltd"
34
35config SYS_CONFIG_NAME
36 default "vexpress_aemv8a"
37
38endif