summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorYoshihiro Shimoda2016-04-29 10:52:25 +0200
committerKishon Vijay Abraham I2016-04-30 16:42:26 +0200
commit2b38543c8db1c7dff48aa767fcbfba13f50514ca (patch)
treed3fd232d1f267aec9e38c88848d9748a864d4545 /drivers/phy/Kconfig
parentphy: rcar-gen3-usb2: Add vbus-supply to handle VBUS on/off (diff)
downloadkernel-qcow2-linux-2b38543c8db1c7dff48aa767fcbfba13f50514ca.tar.gz
kernel-qcow2-linux-2b38543c8db1c7dff48aa767fcbfba13f50514ca.tar.xz
kernel-qcow2-linux-2b38543c8db1c7dff48aa767fcbfba13f50514ca.zip
phy: rcar-gen3-usb2: add extcon support
This patch adds extcon support for otg related channel. Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> Reviewed-by: Chanwoo Choi <cw00.choi@samsung.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index a72d73cdaef3..447cb7c1a18d 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -121,6 +121,7 @@ config PHY_RCAR_GEN2
config PHY_RCAR_GEN3_USB2
tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
depends on ARCH_RENESAS
+ depends on EXTCON
select GENERIC_PHY
help
Support for USB 2.0 PHY found on Renesas R-Car generation 3 SoCs.