Re: [PATCH 2/2] usb: dwc3: Add driver for Xilinx platforms
From: Randy Dunlap <hidden>
Date: 2020-08-26 19:00:58
Also in:
linux-arm-kernel, linux-usb, lkml
From: Randy Dunlap <hidden>
Date: 2020-08-26 19:00:58
Also in:
linux-arm-kernel, linux-usb, lkml
On 8/26/20 11:44 AM, Manish Narani wrote:
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index 7a2304565a73..416063ee9d05 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig@@ -139,4 +139,12 @@ config USB_DWC3_QCOM for peripheral mode support. Say 'Y' or 'M' if you have one such device. +config USB_DWC3_XILINX + tristate "Xilinx Platforms" + depends on (ARCH_ZYNQMP || ARCH_VERSAL) && OF + default USB_DWC3 + help + Support Xilinx SoCs with DesignWare Core USB3 IP. + Say 'Y' or 'M' if you have one such device. + endif
Indent help text (2 lines) with one tab + 2 spaces, please, according to Documentation/process/coding-style.rst. thanks. -- ~Randy