diff options
author | Dan Murphy <dmurphy@ti.com> | 2020-01-22 16:34:55 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-01-23 21:21:12 +0100 |
commit | 2ace13e10dbd1c8c5c9f118e5d4d0e0a77b152c7 (patch) | |
tree | d62462a77ba74d774b33c8e077340cdf94f5fc73 /drivers/net/phy/Kconfig | |
parent | phy: dp83826: Add phy IDs for DP83826N and 826NC (diff) | |
download | linux-2ace13e10dbd1c8c5c9f118e5d4d0e0a77b152c7.tar.xz linux-2ace13e10dbd1c8c5c9f118e5d4d0e0a77b152c7.zip |
net: phy: DP83822: Add support for additional DP83825 devices
Add PHY IDs for the DP83825CS, DP83825CM and the DP83825S devices to the
DP83822 driver.
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 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index cc677ddd2719..71fc778ce398 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -348,7 +348,8 @@ config DAVICOM_PHY config DP83822_PHY tristate "Texas Instruments DP83822/825/826 PHYs" ---help--- - Supports the DP83822, DP83825I, DP83826C and DP83826NC PHYs. + Supports the DP83822, DP83825I, DP83825CM, DP83825CS, DP83825S, + DP83826C and DP83826NC PHYs. config DP83TC811_PHY tristate "Texas Instruments DP83TC811 PHY" |