summaryrefslogtreecommitdiff
path: root/drivers/net/pcs/Kconfig
diff options
context:
space:
mode:
authorMaxime Chevallier <maxime.chevallier@bootlin.com>2022-09-02 11:32:03 +0300
committerDavid S. Miller <davem@davemloft.net>2022-09-05 12:16:53 +0300
commit4a502cf4d77e12119e7061a05d5789cd3129d185 (patch)
tree2fcf7431b6a9df81547da535c9e32c5663f7b60a /drivers/net/pcs/Kconfig
parent5adb0ed04535fdf827960ddcaddaeb88aa32ab3b (diff)
downloadlinux-4a502cf4d77e12119e7061a05d5789cd3129d185.tar.xz
net: pcs: add new PCS driver for altera TSE PCS
The Altera Triple Speed Ethernet has a SGMII/1000BaseC PCS that can be integrated in several ways. It can either be part of the TSE MAC's address space, accessed through 32 bits accesses on the mapped mdio device 0, or through a dedicated 16 bits register set. This driver allows using the TSE PCS outside of altera TSE's driver, since it can be used standalone by other MACs. 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, 6 insertions, 0 deletions
diff --git a/drivers/net/pcs/Kconfig b/drivers/net/pcs/Kconfig
index 6289b7c765f1..6e7e6c346a3e 100644
--- a/drivers/net/pcs/Kconfig
+++ b/drivers/net/pcs/Kconfig
@@ -26,4 +26,10 @@ 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