diff options
author | Ivan T. Ivanov <ivan.ivanov@linaro.org> | 2015-04-09 11:34:22 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-04-28 11:46:50 -0500 |
commit | 591fc116f3302da915bb57d4474a61a5e8884cec (patch) | |
tree | 20be8372dfe03c6d3bb2bf626205d72872881ae8 /drivers/usb/phy/Kconfig | |
parent | 5a294e5469891d0701183049c4a9678887fa7091 (diff) | |
download | blackbird-obmc-linux-591fc116f3302da915bb57d4474a61a5e8884cec.tar.gz blackbird-obmc-linux-591fc116f3302da915bb57d4474a61a5e8884cec.zip |
usb: phy: msm: Use extcon framework for VBUS and ID detection
On recent Qualcomm platforms VBUS and ID lines are not routed to
USB PHY LINK controller. Use extcon framework to receive connect
and disconnect ID and VBUS notification.
Signed-off-by: Ivan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/phy/Kconfig')
-rw-r--r-- | drivers/usb/phy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/phy/Kconfig b/drivers/usb/phy/Kconfig index 2175678e674e..811f331892d7 100644 --- a/drivers/usb/phy/Kconfig +++ b/drivers/usb/phy/Kconfig @@ -141,6 +141,7 @@ config USB_MSM_OTG tristate "Qualcomm on-chip USB OTG controller support" depends on (USB || USB_GADGET) && (ARCH_QCOM || COMPILE_TEST) depends on RESET_CONTROLLER + depends on EXTCON select USB_PHY help Enable this to support the USB OTG transceiver on Qualcomm chips. It |