xref: /rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/Kconfig (revision 293194c8bef96bf09f23f8412e8aba673d87fdfd)
1if ARCH_ZYNQMP
2
3choice
4	prompt "Xilinx ZynqMP board select"
5
6config TARGET_ZYNQMP_EP
7	bool "ZynqMP EP Board"
8
9endchoice
10
11config SYS_BOARD
12	default "zynqmp"
13
14config SYS_VENDOR
15	default "xilinx"
16
17config SYS_SOC
18	default "zynqmp"
19
20config SYS_CONFIG_NAME
21	default "xilinx_zynqmp_ep" if TARGET_ZYNQMP_EP
22
23config SECURE_IOU
24	bool "Configure ZynqMP secure IOU"
25	default n
26
27config ZYNQMP_USB
28	bool "Configure ZynqMP USB"
29
30endif
31