aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-01-22 09:34:54 -0600
committerDavid S. Miller <davem@davemloft.net>2020-01-23 21:21:12 +0100
commit783da36bb90cbf45be7fa82a0d0d3910f1f6fcc7 (patch)
tree3b913693818953cb531b73000bfdbdf29ff162e4 /drivers/net/phy/Kconfig
parentMerge branch 'net-sched-add-Flow-Queue-PIE-packet-scheduler' (diff)
downloadlinux-dev-783da36bb90cbf45be7fa82a0d0d3910f1f6fcc7.tar.xz
linux-dev-783da36bb90cbf45be7fa82a0d0d3910f1f6fcc7.zip
phy: dp83826: Add phy IDs for DP83826N and 826NC
Add phy IDs to the DP83822 phy driver for the DP83826N and the DP83826NC devices. The register map and features are the same for basic enablement. Signed-off-by: Dan Murphy <dmurphy@ti.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/phy/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig
index 6b5ee26795a2..cc677ddd2719 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -346,9 +346,9 @@ config DAVICOM_PHY
Currently supports dm9161e and dm9131
config DP83822_PHY
- tristate "Texas Instruments DP83822/825 PHYs"
+ tristate "Texas Instruments DP83822/825/826 PHYs"
---help---
- Supports the DP83822 and DP83825I PHYs.
+ Supports the DP83822, DP83825I, DP83826C and DP83826NC PHYs.
config DP83TC811_PHY
tristate "Texas Instruments DP83TC811 PHY"