]> git.sur5r.net Git - u-boot/blob - arch/arm/cpu/armv8/zynqmp/Kconfig
Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblaze
[u-boot] / arch / arm / cpu / armv8 / zynqmp / Kconfig
1 if ARCH_ZYNQMP
2
3 choice
4         prompt "Xilinx ZynqMP board select"
5
6 config TARGET_ZYNQMP_EP
7         bool "ZynqMP EP Board"
8
9 endchoice
10
11 config SYS_BOARD
12         default "zynqmp"
13
14 config SYS_VENDOR
15         default "xilinx"
16
17 config SYS_SOC
18         default "zynqmp"
19
20 config SYS_CONFIG_NAME
21         default "xilinx_zynqmp_ep" if TARGET_ZYNQMP_EP
22
23 endif