summaryrefslogtreecommitdiff
path: root/drivers/net/pcs/Makefile
diff options
context:
space:
mode:
authorMaxime Chevallier <maxime.chevallier@bootlin.com>2023-06-01 17:14:53 +0300
committerDavid S. Miller <davem@davemloft.net>2023-06-05 11:56:36 +0300
commit196eec4062b006575e441ef00339c3ebcea26b8d (patch)
treec025a022cf4da85cd22f4567e5865305f0f52a70 /drivers/net/pcs/Makefile
parentdb48abbaa18e571106711b42affe68ca6f36ca5a (diff)
downloadlinux-196eec4062b006575e441ef00339c3ebcea26b8d.tar.xz
net: pcs: Drop the TSE PCS driver
Now that we can easily create a mdio-device that represents a memory-mapped device that exposes an MDIO-like register layout, we don't need the Altera TSE PCS anymore, since we can use the Lynx PCS instead. Reviewed-by: Simon Horman <simon.horman@corigine.com> Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.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, 0 insertions, 1 deletions
diff --git a/drivers/net/pcs/Makefile b/drivers/net/pcs/Makefile
index 9b9afd6b1c22..ea662a7989b2 100644
--- a/drivers/net/pcs/Makefile
+++ b/drivers/net/pcs/Makefile
@@ -7,4 +7,3 @@ obj-$(CONFIG_PCS_XPCS) += pcs_xpcs.o
obj-$(CONFIG_PCS_LYNX) += pcs-lynx.o
obj-$(CONFIG_PCS_MTK_LYNXI) += pcs-mtk-lynxi.o
obj-$(CONFIG_PCS_RZN1_MIIC) += pcs-rzn1-miic.o
-obj-$(CONFIG_PCS_ALTERA_TSE) += pcs-altera-tse.o