alistair23-linux/drivers/phy/mscc/Kconfig
Quentin Schulz 51f6b410fc phy: add driver for Microsemi Ocelot SerDes muxing
The Microsemi Ocelot can mux SerDes lanes (aka macros) to different
switch ports or even make it act as a PCIe interface.

This adds support for the muxing of the SerDes.

Signed-off-by: Quentin Schulz <quentin.schulz@bootlin.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-10-05 14:36:44 -07:00

12 lines
248 B
Plaintext

#
# Phy drivers for Microsemi devices
#
config PHY_OCELOT_SERDES
tristate "SerDes PHY driver for Microsemi Ocelot"
select GENERIC_PHY
depends on OF
depends on MFD_SYSCON
help
Enable this for supporting SerDes muxing with Microsemi Ocelot.