aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/Kconfig
diff options
context:
space:
mode:
authorWingMan Kwok <w-kwok2@ti.com>2013-12-12 12:25:29 -0500
committerFelipe Balbi <balbi@ti.com>2013-12-12 14:43:07 -0500
commit943befc314ae5848e3be50d1fcdbdf6456e8d6d4 (patch)
treefc0c71c034ca515bc404b142e1466f6bc23f464a /drivers/usb/dwc3/Kconfig
parenta4b9d94b3dc8e65951c1819d37f213b3c6815adc (diff)
usb: dwc3: add Keystone specific glue layer
Add Keystone platform specific glue layer to support USB3 Host mode. [ balbi@ti.com : fix order of clk_disable() and platform_device_unregister() ] Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Santosh Shilimkar <santosh.shilimkar@ti.com> Signed-off-by: WingMan Kwok <w-kwok2@ti.com> Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/Kconfig')
-rw-r--r--drivers/usb/dwc3/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig
index 70fc43027a5c..e2c730fc9a90 100644
--- a/drivers/usb/dwc3/Kconfig
+++ b/drivers/usb/dwc3/Kconfig
@@ -70,6 +70,13 @@ config USB_DWC3_PCI
70 One such PCIe-based platform is Synopsys' PCIe HAPS model of 70 One such PCIe-based platform is Synopsys' PCIe HAPS model of
71 this IP. 71 this IP.
72 72
73config USB_DWC3_KEYSTONE
74 tristate "Texas Instruments Keystone2 Platforms"
75 default USB_DWC3
76 help
77 Support of USB2/3 functionality in TI Keystone2 platforms.
78 Say 'Y' or 'M' here if you have one such device
79
73comment "Debugging features" 80comment "Debugging features"
74 81
75config USB_DWC3_DEBUG 82config USB_DWC3_DEBUG