aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/otg/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/otg/Kconfig')
-rw-r--r--drivers/usb/otg/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/usb/otg/Kconfig b/drivers/usb/otg/Kconfig
index 5ce07528cd0c..915c729872f8 100644
--- a/drivers/usb/otg/Kconfig
+++ b/drivers/usb/otg/Kconfig
@@ -81,4 +81,14 @@ config USB_LANGWELL_OTG
81 To compile this driver as a module, choose M here: the 81 To compile this driver as a module, choose M here: the
82 module will be called langwell_otg. 82 module will be called langwell_otg.
83 83
84config USB_MSM_OTG_72K
85 tristate "OTG support for Qualcomm on-chip USB controller"
86 depends on (USB || USB_GADGET) && ARCH_MSM
87 select USB_OTG_UTILS
88 help
89 Enable this to support the USB OTG transceiver on MSM chips. It
90 handles PHY initialization, clock management, and workarounds
91 required after resetting the hardware. This driver is required
92 even for peripheral only or host only mode configuration.
93
84endif # USB || OTG 94endif # USB || OTG