diff options
author | Steen Hegelund <steen.hegelund@microchip.com> | 2021-02-18 17:14:50 +0100 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2021-03-17 12:13:19 +0530 |
commit | 2ff8a1eeb5aa8bb471f3756a695b8b69841eb61f (patch) | |
tree | 962df15d380a7aa17b42c6c7a11a99b8a4a49424 /drivers/phy/Kconfig | |
parent | 6c172e73690e59ba74ecf12139d841b8651693f8 (diff) | |
download | linux-2ff8a1eeb5aa8bb471f3756a695b8b69841eb61f.tar.bz2 |
phy: Add Sparx5 ethernet serdes PHY driver
Add the Microchip Sparx5 ethernet serdes PHY driver for the 6G, 10G and 25G
interfaces available in the Sparx5 SoC.
Signed-off-by: Bjarni Jonasson <bjarni.jonasson@microchip.com>
Signed-off-by: Steen Hegelund <steen.hegelund@microchip.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Reviewed-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20210218161451.3489955-4-steen.hegelund@microchip.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 68d9c2f6a5ca..54c1f2f0985f 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -71,6 +71,7 @@ source "drivers/phy/ingenic/Kconfig" source "drivers/phy/lantiq/Kconfig" source "drivers/phy/marvell/Kconfig" source "drivers/phy/mediatek/Kconfig" +source "drivers/phy/microchip/Kconfig" source "drivers/phy/motorola/Kconfig" source "drivers/phy/mscc/Kconfig" source "drivers/phy/qualcomm/Kconfig" |