summaryrefslogtreecommitdiffstats
path: root/drivers/phy/renesas/Kconfig
diff options
context:
space:
mode:
authorSergei Shtylyov <sergei.shtylyov@cogentembedded.com>2018-06-10 21:24:13 +0300
committerKishon Vijay Abraham I <kishon@ti.com>2018-07-10 13:45:11 +0530
commit2ce7f2f425ef7464a2a9a872d2e9acad49e6cb3e (patch)
tree52f244f66f7d5fa0d8d43704fd044c5b65bed63a /drivers/phy/renesas/Kconfig
parent4fa88cd3370ed33119863747a4db7f5e3f1dc308 (diff)
downloadlinux-stable-2ce7f2f425ef7464a2a9a872d2e9acad49e6cb3e.tar.gz
linux-stable-2ce7f2f425ef7464a2a9a872d2e9acad49e6cb3e.tar.bz2
linux-stable-2ce7f2f425ef7464a2a9a872d2e9acad49e6cb3e.zip
phy: Renesas R-Car gen3 PCIe PHY driver
This PHY is still mostly undocumented -- the only documented registers exist on R-Car V3H (R8A77980) SoC where this PHY stays in a powered-down state after a reset and thus we must power it up for PCIe to work... Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/renesas/Kconfig')
-rw-r--r--drivers/phy/renesas/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/phy/renesas/Kconfig b/drivers/phy/renesas/Kconfig
index c845facacb06..4bd390c79d21 100644
--- a/drivers/phy/renesas/Kconfig
+++ b/drivers/phy/renesas/Kconfig
@@ -8,6 +8,13 @@ config PHY_RCAR_GEN2
help
Support for USB PHY found on Renesas R-Car generation 2 SoCs.
+config PHY_RCAR_GEN3_PCIE
+ tristate "Renesas R-Car generation 3 PCIe PHY driver"
+ depends on ARCH_RENESAS
+ select GENERIC_PHY
+ help
+ Support for the PCIe PHY found on Renesas R-Car generation 3 SoCs.
+
config PHY_RCAR_GEN3_USB2
tristate "Renesas R-Car generation 3 USB 2.0 PHY driver"
depends on ARCH_RENESAS