diff options
author | Biju Das <biju.das@bp.renesas.com> | 2019-04-10 15:48:41 +0100 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2019-04-17 14:13:11 +0530 |
commit | 5d8042e95fd471d0e342cf14f127194f1a867a01 (patch) | |
tree | 1bd8df48b8c1b94ccdc60e1789f86d209471a59c /drivers/phy/renesas/Kconfig | |
parent | b7187e001a103f49ccb118bb2fb62ad31961b666 (diff) | |
download | linux-5d8042e95fd471d0e342cf14f127194f1a867a01.tar.bz2 |
phy: rcar-gen3-usb2: Add support for r8a77470
This patch adds support for r8a77470 (RZ/G1C). We can reuse this driver for
initializing timing/interrupt generation registers.
Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Reviewed-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/renesas/Kconfig')
-rw-r--r-- | drivers/phy/renesas/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/renesas/Kconfig b/drivers/phy/renesas/Kconfig index e340a925bbb1..111bdcae775c 100644 --- a/drivers/phy/renesas/Kconfig +++ b/drivers/phy/renesas/Kconfig @@ -19,7 +19,7 @@ config PHY_RCAR_GEN3_PCIE config PHY_RCAR_GEN3_USB2 tristate "Renesas R-Car generation 3 USB 2.0 PHY driver" depends on ARCH_RENESAS - depends on EXTCON + depends on EXTCON || !EXTCON # if EXTCON=m, this cannot be built-in depends on USB_SUPPORT select GENERIC_PHY select USB_COMMON |