aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2018-05-11 13:08:19 -0500
committerDavid S. Miller <davem@davemloft.net>2018-05-11 16:36:04 -0400
commitb753a9faaf9aef1338c28ebd9ace6d749428788b (patch)
treeb4169cd13075428cbc3ae343bf5293081ac4074b /drivers/net/phy/Kconfig
parentcxgb4: avoid schedule while atomic (diff)
downloadlinux-dev-b753a9faaf9aef1338c28ebd9ace6d749428788b.tar.xz
linux-dev-b753a9faaf9aef1338c28ebd9ace6d749428788b.zip
net: phy: DP83TC811: Introduce support for the DP83TC811 phy
Add support for the DP83811 phy. The DP83811 supports both rgmii and sgmii interfaces. There are 2 part numbers for this the DP83TC811R does not reliably support the SGMII interface but the DP83TC811S will. There is not a way to differentiate these parts from the hardware or register set. So this is controlled via the DT to indicate which phy mode is required. Or the part can be strapped to a certain interface. Data sheet can be found here: http://www.ti.com/product/DP83TC811S-Q1/description http://www.ti.com/product/DP83TC811R-Q1/description Signed-off-by: Dan Murphy <dmurphy@ti.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Reviewed-by: Florian Fainelli <f.fainelli@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/phy/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index ae2d69170dc3..19a5778a7ec7 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -291,6 +291,11 @@ config DP83822_PHY
---help---
Supports the DP83822 PHY.
+config DP83TC811_PHY
+ tristate "Texas Instruments DP83TC822 PHY"
+ ---help---
+ Supports the DP83TC822 PHY.
+
config DP83848_PHY
tristate "Texas Instruments DP83848 PHY"
---help---