]> git.ipfire.org Git - people/ms/u-boot.git/blob - board/armltd/vexpress64/Kconfig
80eaa3d3ab0807d56b110eb02d798f37c68c26f1
[people/ms/u-boot.git] / board / armltd / vexpress64 / Kconfig
1 if TARGET_VEXPRESS64_AEMV8A
2
3 config SYS_BOARD
4 default "vexpress64"
5
6 config SYS_VENDOR
7 default "armltd"
8
9 config SYS_CONFIG_NAME
10 default "vexpress_aemv8a"
11
12 endif
13
14 if TARGET_VEXPRESS64_BASE_FVP
15
16 config SYS_BOARD
17 default "vexpress64"
18
19 config SYS_VENDOR
20 default "armltd"
21
22 config SYS_CONFIG_NAME
23 default "vexpress_aemv8a"
24
25 endif