[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <2b7054ec-1b20-0bbc-3cf2-53a32f6fb52d@infradead.org>
Date: Wed, 26 Aug 2020 12:00:46 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Manish Narani <manish.narani@...inx.com>,
gregkh@...uxfoundation.org, robh+dt@...nel.org,
michal.simek@...inx.com, balbi@...nel.org, p.zabel@...gutronix.de
Cc: linux-usb@...r.kernel.org, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
git@...inx.com
Subject: Re: [PATCH 2/2] usb: dwc3: Add driver for Xilinx platforms
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
Powered by blists - more mailing lists