summaryrefslogtreecommitdiffstats
path: root/drivers/net/pcs/Makefile
diff options
context:
space:
mode:
authorIoana Ciornei <ioana.ciornei@nxp.com>2020-08-30 11:34:01 +0300
committerDavid S. Miller <davem@davemloft.net>2020-08-31 12:52:33 -0700
commit0da4c3d393e40e41e3c6b9f1cebaa498512c2abb (patch)
tree467566432812bff0f2bbb9aafae57e0415cb0549 /drivers/net/pcs/Makefile
parent2dab432c5ae4f9c8eab3132ac0e9facf498ead92 (diff)
downloadlinux-0da4c3d393e40e41e3c6b9f1cebaa498512c2abb.tar.bz2
net: phy: add Lynx PCS module
Add a Lynx PCS module which exposes the necessary operations to drive the PCS using phylink. The majority of the code is extracted from the Felix DSA driver, which will be also modified in a later patch, and exposed as a separate module for code reusability purposes. As such, this aims at feature and bug parity with the existing Felix DSA driver, and thus USXGMII, SGMII, QSGMII and 2500Base-X (only w/o in-band AN) are supported by the Lynx PCS module since these were also supported by Felix. The module can only be enabled by the drivers in need and not user selectable. Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/pcs/Makefile')
-rw-r--r--drivers/net/pcs/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/pcs/Makefile b/drivers/net/pcs/Makefile
index f0480afc7157..c23146755972 100644
--- a/drivers/net/pcs/Makefile
+++ b/drivers/net/pcs/Makefile
@@ -2,3 +2,4 @@
# Makefile for Linux PCS drivers
obj-$(CONFIG_PCS_XPCS) += pcs-xpcs.o
+obj-$(CONFIG_PCS_LYNX) += pcs-lynx.o