summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv8/zynqmp/Kconfig
blob: 6c71d7840eb5428778660cb29633f91823dd3180 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if ARCH_ZYNQMP

config SYS_BOARD
	default "zynqmp"

config SYS_VENDOR
	default "xilinx"

config SYS_SOC
	default "zynqmp"

config SYS_CONFIG_NAME
	string "Board configuration name"
	default "xilinx_zynqmp"
	help
	  This option contains information about board configuration name.
	  Based on this option include/configs/<CONFIG_SYS_CONFIG_NAME>.h header
	  will be used for board configuration.

config ZYNQMP_USB
	bool "Configure ZynqMP USB"

endif
OpenPOWER on IntegriCloud