aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/pcs/Kconfig
diff options
context:
space:
mode:
authorGravatar Maxime Chevallier <maxime.chevallier@bootlin.com> 2023-06-01 16:14:53 +0200
committerGravatar David S. Miller <davem@davemloft.net> 2023-06-05 09:56:36 +0100
commit196eec4062b006575e441ef00339c3ebcea26b8d (patch)
treec025a022cf4da85cd22f4567e5865305f0f52a70 /drivers/net/pcs/Kconfig
parentnet: ethernet: altera-tse: Convert to mdio-regmap and use PCS Lynx (diff)
downloadlinux-196eec4062b006575e441ef00339c3ebcea26b8d.tar.gz
linux-196eec4062b006575e441ef00339c3ebcea26b8d.tar.bz2
linux-196eec4062b006575e441ef00339c3ebcea26b8d.zip
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/Kconfig')
-rw-r--r--drivers/net/pcs/Kconfig6
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/net/pcs/Kconfig b/drivers/net/pcs/Kconfig
index 7c34fb7cbf7b..87cf308fc6d8 100644
--- a/drivers/net/pcs/Kconfig
+++ b/drivers/net/pcs/Kconfig
@@ -33,10 +33,4 @@ config PCS_RZN1_MIIC
on RZ/N1 SoCs. This PCS converts MII to RMII/RGMII or can be set in
pass-through mode for MII.
-config PCS_ALTERA_TSE
- tristate
- help
- This module provides helper functions for the Altera Triple Speed
- Ethernet SGMII PCS, that can be found on the Intel Socfpga family.
-
endmenu