aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2020-01-10 14:03:57 -0600
committerDavid S. Miller <davem@davemloft.net>2020-01-10 23:32:54 -0800
commita26ad4d5676f5e28216bea57851ddc4cccaf8861 (patch)
treec47e09b6cca4a1edf204f644de121f34df110121 /drivers/net/phy
parentnet: phy: DP83TC811: Fix typo in Kconfig (diff)
downloadlinux-dev-a26ad4d5676f5e28216bea57851ddc4cccaf8861.tar.xz
linux-dev-a26ad4d5676f5e28216bea57851ddc4cccaf8861.zip
net: phy: DP83822: Update Kconfig with DP83825I support
Update the Kconfig description to indicate support for the DP83825I device as well. Fixes: 32b12dc8fde1 ("net: phy: Add DP83825I to the DP83822 driver") Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy')
-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 ed606194dbd0..8dc461f7574b 100644
--- a/drivers/net/phy/Kconfig
+++ b/drivers/net/phy/Kconfig
@@ -340,9 +340,9 @@ config DAVICOM_PHY
Currently supports dm9161e and dm9131
config DP83822_PHY
- tristate "Texas Instruments DP83822 PHY"
+ tristate "Texas Instruments DP83822/825 PHYs"
---help---
- Supports the DP83822 PHY.
+ Supports the DP83822 and DP83825I PHYs.
config DP83TC811_PHY
tristate "Texas Instruments DP83TC811 PHY"