summaryrefslogtreecommitdiffstats
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorShawn Lin2016-09-01 09:44:54 +0200
committerKishon Vijay Abraham I2016-09-10 13:18:33 +0200
commitfcffee3d54fcadcfa82b183c3fcdbd43e573339e (patch)
treeca8ca4c5a8b8f7fdf2de1b38b520a24b636cf63e /drivers/phy/Kconfig
parentDocumentation: bindings: add dt documentation for Rockchip PCIe PHY (diff)
downloadkernel-qcow2-linux-fcffee3d54fcadcfa82b183c3fcdbd43e573339e.tar.gz
kernel-qcow2-linux-fcffee3d54fcadcfa82b183c3fcdbd43e573339e.tar.xz
kernel-qcow2-linux-fcffee3d54fcadcfa82b183c3fcdbd43e573339e.zip
phy: add a driver for the Rockchip SoC internal PCIe PHY
This patch to add a generic PHY driver for rockchip PCIe PHY. Access the PHY via registers provided by GRF (general register files) module. Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r--drivers/phy/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index f9bf9817e63f..46e5536c453e 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -388,6 +388,14 @@ config PHY_ROCKCHIP_DP
help
Enable this to support the Rockchip Display Port PHY.
+config PHY_ROCKCHIP_PCIE
+ tristate "Rockchip PCIe PHY Driver"
+ depends on (ARCH_ROCKCHIP && OF) || COMPILE_TEST
+ select GENERIC_PHY
+ select MFD_SYSCON
+ help
+ Enable this to support the Rockchip PCIe PHY.
+
config PHY_ST_SPEAR1310_MIPHY
tristate "ST SPEAR1310-MIPHY driver"
select GENERIC_PHY