diff options
author | Richard Zhu <hongxing.zhu@nxp.com> | 2021-12-02 16:02:35 +0800 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-12-14 20:02:53 +0530 |
commit | 1aa97b002258a190d7790a1a5c0c27829f82e569 (patch) | |
tree | 1228de56415377fe467b4737dbb4a60535445ad7 /drivers/phy/freescale/Kconfig | |
parent | b3b5516a6fee5a4d39cd04fd84ed0a64b74e7238 (diff) | |
download | lwn-1aa97b002258a190d7790a1a5c0c27829f82e569.tar.gz lwn-1aa97b002258a190d7790a1a5c0c27829f82e569.zip |
phy: freescale: pcie: Initialize the imx8 pcie standalone phy driver
Add the standalone i.MX8 PCIe PHY driver.
Signed-off-by: Richard Zhu <hongxing.zhu@nxp.com>
Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Reviewed-by: Tim Harvey <tharvey@gateworks.com>
Tested-by: Tim Harvey <tharvey@gateworks.com>
Link: https://lore.kernel.org/r/1638432158-4119-6-git-send-email-hongxing.zhu@nxp.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/freescale/Kconfig')
-rw-r--r-- | drivers/phy/freescale/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/phy/freescale/Kconfig b/drivers/phy/freescale/Kconfig index 320630ffe3cd..c3669c28ea9f 100644 --- a/drivers/phy/freescale/Kconfig +++ b/drivers/phy/freescale/Kconfig @@ -14,3 +14,11 @@ config PHY_MIXEL_MIPI_DPHY help Enable this to add support for the Mixel DSI PHY as found on NXP's i.MX8 family of SOCs. + +config PHY_FSL_IMX8M_PCIE + tristate "Freescale i.MX8M PCIE PHY" + depends on OF && HAS_IOMEM + select GENERIC_PHY + help + Enable this to add support for the PCIE PHY as found on + i.MX8M family of SOCs. |