xref: /openbmc/u-boot/board/armltd/vexpress64/Kconfig (revision a65b25d1)
1if TARGET_VEXPRESS64_BASE_FVP
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_JUNO
15
16config SYS_BOARD
17	default "vexpress64"
18
19config SYS_VENDOR
20	default "armltd"
21
22config SYS_CONFIG_NAME
23	default "vexpress_aemv8a"
24
25endif
26