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

choice
	prompt "Xilinx ZynqMP board select"

config TARGET_ZYNQMP_EP
	bool "ZynqMP EP Board"

endchoice

config SYS_BOARD
	default "zynqmp"

config SYS_VENDOR
	default "xilinx"

config SYS_SOC
	default "zynqmp"

config SYS_CONFIG_NAME
	default "xilinx_zynqmp_ep" if TARGET_ZYNQMP_EP

config SECURE_IOU
	bool "Configure ZynqMP secure IOU"
	default n

config ZYNQMP_USB
	bool "Configure ZynqMP USB"

endif
OpenPOWER on IntegriCloud