summary refs log tree commit diff
path: root/drivers/usb/dwc3/Kconfig
diff options
context:
space:
mode:
authorAswath Govindraju <a-govindraju@ti.com>2022-04-14 16:02:09 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2022-04-21 18:31:56 +0200
commite8784c0aec03a2581ee55827ba694e129d6a57ad (patch)
treed8604bea4273b58b996dcc3de52d315901a10fee /drivers/usb/dwc3/Kconfig
parentee11ae36b2c8e3b11a6eff4bf51eb3065ce5f94b (diff)
downloadlinux-e8784c0aec03a2581ee55827ba694e129d6a57ad.tar.gz
drivers: usb: dwc3: Add AM62 USB wrapper driver
In AM62 SoC, the Designware Core USB3 IP is progammed to operate in USB2.0
only mode. Add driver for AM62 USB DWC3 Wrapper.

Signed-off-by: Aswath Govindraju <a-govindraju@ti.com>
Link: https://lore.kernel.org/r/20220414103211.16202-3-a-govindraju@ti.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/dwc3/Kconfig')
-rw-r--r--drivers/usb/dwc3/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig
index c483f28b695d..cd9a734522a7 100644
--- a/drivers/usb/dwc3/Kconfig
+++ b/drivers/usb/dwc3/Kconfig
@@ -159,4 +159,13 @@ config USB_DWC3_XILINX
 	  This driver handles both ZynqMP and Versal SoC operations.
 	  Say 'Y' or 'M' if you have one such device.
 
+config USB_DWC3_AM62
+	tristate "Texas Instruments AM62 Platforms"
+	depends on ARCH_K3 || COMPILE_TEST
+	default USB_DWC3
+	help
+	  Support TI's AM62 platforms with DesignWare Core USB3 IP.
+	  The Designware Core USB3 IP is progammed to operate in
+	  in USB 2.0 mode only.
+	  Say 'Y' or 'M' here if you have one such device
 endif