]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv8/zynqmp/Kconfig
zynqmp: usb: Add usb dwc3 driver support for zynqmp
[karo-tx-uboot.git] / 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 config SECURE_IOU
24         bool "Configure ZynqMP secure IOU"
25         default n
26
27 config ZYNQMP_USB
28         bool "Configure ZynqMP USB"
29
30 endif