xref: /rk3399_rockchip-uboot/arch/arm/cpu/armv8/zynqmp/Kconfig (revision 4a48cfc4e57b4b247d94a614b2fbfcf03aa45ea1)
1if ARCH_ZYNQMP
2
3config SYS_BOARD
4	default "zynqmp"
5
6config SYS_VENDOR
7	default "xilinx"
8
9config SYS_SOC
10	default "zynqmp"
11
12config SYS_CONFIG_NAME
13	string "Board configuration name"
14	default "xilinx_zynqmp"
15	help
16	  This option contains information about board configuration name.
17	  Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
18	  will be used for board configuration.
19
20config ZYNQMP_USB
21	bool "Configure ZynqMP USB"
22
23endif
24