diff options
author | Ivan T. Ivanov <iivanov@mm-sol.com> | 2014-09-12 14:28:07 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-09-12 15:43:48 -0500 |
commit | d9152161b4bfd131a8253a5b9fcd8ba9b10277c4 (patch) | |
tree | 85a3099ad4ec5c20cce93501b5bc3a10c40c1c25 /drivers/usb/dwc3/Kconfig | |
parent | bbfc6cb720df16b0c3895ac75c9804dd8c728ba4 (diff) | |
download | blackbird-op-linux-d9152161b4bfd131a8253a5b9fcd8ba9b10277c4.tar.gz blackbird-op-linux-d9152161b4bfd131a8253a5b9fcd8ba9b10277c4.zip |
usb: dwc3: Add Qualcomm DWC3 glue layer driver
DWC3 glue layer is hardware layer around Synopsys DesignWare
USB3 core. Its purpose is to supply Synopsys IP with required
clocks, voltages and interface it with the rest of the SoC.
Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com>
Signed-off-by: Andy Gross <agross@codeaurora.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/dwc3/Kconfig')
-rw-r--r-- | drivers/usb/dwc3/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/usb/dwc3/Kconfig b/drivers/usb/dwc3/Kconfig index 5238251ec653..f4e5cc60db0b 100644 --- a/drivers/usb/dwc3/Kconfig +++ b/drivers/usb/dwc3/Kconfig @@ -89,6 +89,14 @@ config USB_DWC3_ST inside (i.e. STiH407). Say 'Y' or 'M' if you have one such device. +config USB_DWC3_QCOM + tristate "Qualcomm Platforms" + depends on ARCH_QCOM || COMPILE_TEST + default USB_DWC3 + help + Recent Qualcomm SoCs ship with one DesignWare Core USB3 IP inside, + say 'Y' or 'M' if you have one such device. + comment "Debugging features" config USB_DWC3_DEBUG |