mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-23 16:53:58 -05: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>
5 lines
102 B
Makefile
5 lines
102 B
Makefile
#
|
|
# Makefile for the Microsemi phy drivers.
|
|
#
|
|
|
|
obj-$(CONFIG_PHY_OCELOT_SERDES) := phy-ocelot-serdes.o
|