mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
51f6b410fc
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>
12 lines
248 B
Plaintext
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.
|