diff options
author | Horatiu Vultur <horatiu.vultur@microchip.com> | 2021-11-16 13:08:18 +0300 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-11-23 10:39:08 +0300 |
commit | 305524902a00455b61ddc44800ac5c39198e24f7 (patch) | |
tree | d6c4f4ea57250225f6635e43a1fb890f476cf373 /drivers/phy/microchip/Kconfig | |
parent | ea8a163e02d6925773129e2dd86e419e491b791d (diff) | |
download | linux-305524902a00455b61ddc44800ac5c39198e24f7.tar.xz |
phy: Add lan966x ethernet serdes PHY driver
Add the Microchip lan966x ethernet serdes PHY driver for interfaces
available in the lan966x SoC.
Signed-off-by: Horatiu Vultur <horatiu.vultur@microchip.com>
Link: https://lore.kernel.org/r/20211116100818.1615762-4-horatiu.vultur@microchip.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/microchip/Kconfig')
-rw-r--r-- | drivers/phy/microchip/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/phy/microchip/Kconfig b/drivers/phy/microchip/Kconfig index 3728a284bf64..38039ed0754c 100644 --- a/drivers/phy/microchip/Kconfig +++ b/drivers/phy/microchip/Kconfig @@ -11,3 +11,11 @@ config PHY_SPARX5_SERDES depends on HAS_IOMEM help Enable this for support of the 10G/25G SerDes on Microchip Sparx5. + +config PHY_LAN966X_SERDES + tristate "SerDes PHY driver for Microchip LAN966X" + select GENERIC_PHY + depends on OF + depends on MFD_SYSCON + help + Enable this for supporting SerDes muxing with Microchip LAN966X |