diff options
author | Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com> | 2016-04-29 14:22:25 +0530 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2016-04-30 20:12:26 +0530 |
commit | 2b38543c8db1c7dff48aa767fcbfba13f50514ca (patch) | |
tree | d3fd232d1f267aec9e38c88848d9748a864d4545 /drivers/phy/Kconfig | |
parent | 6dcfd7c300bf3588d4f2500e14d90ffea5595e84 (diff) | |
download | blackbird-op-linux-2b38543c8db1c7dff48aa767fcbfba13f50514ca.tar.gz blackbird-op-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/Kconfig | 1 |
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. |