diff options
author | Ivan T. Ivanov <ivan.ivanov@linaro.org> | 2015-09-07 14:45:25 +0300 |
---|---|---|
committer | Peter Chen <peter.chen@freescale.com> | 2015-10-22 09:24:25 +0800 |
commit | 3ecb3e09b042e70799ff3a1ff464a5ecaa7547d9 (patch) | |
tree | fea2789cc3e67fac569c9a47d7035b1e33a032d2 /drivers/usb/chipidea/Kconfig | |
parent | ffa2366666f06ce1df3296d106d90e0c2e0cd6b7 (diff) | |
download | blackbird-op-linux-3ecb3e09b042e70799ff3a1ff464a5ecaa7547d9.tar.gz blackbird-op-linux-3ecb3e09b042e70799ff3a1ff464a5ecaa7547d9.zip |
usb: chipidea: Use extcon framework for VBUS and ID detect
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: Peter Chen <peter.chen@freescale.com>
Diffstat (limited to 'drivers/usb/chipidea/Kconfig')
-rw-r--r-- | drivers/usb/chipidea/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/chipidea/Kconfig b/drivers/usb/chipidea/Kconfig index 5ce3f1d6a6ed..5619b8ca3bf3 100644 --- a/drivers/usb/chipidea/Kconfig +++ b/drivers/usb/chipidea/Kconfig @@ -1,6 +1,7 @@ config USB_CHIPIDEA tristate "ChipIdea Highspeed Dual Role Controller" depends on ((USB_EHCI_HCD && USB_GADGET) || (USB_EHCI_HCD && !USB_GADGET) || (!USB_EHCI_HCD && USB_GADGET)) && HAS_DMA + select EXTCON help Say Y here if your system has a dual role high speed USB controller based on ChipIdea silicon IP. Currently, only the |