Merge branch 'DP83822-and-DP83TC811-Fixes'

Dan Murphy says:

====================
DP83822 and DP83TC811 Fixes

Two fixes on net/phy/Kconfig for the TI ethernet PHYs.
First fixed the typo in the Kconfig for the DP83TC811 where it incorretly stated
that the support was for a DP83TC822 which does not exist.

Second fix was to update the DP83822 Kconfig entry to indicate support for the
DP83825 devices in the description and the prompt.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David S. Miller 2020-01-10 23:32:54 -08:00
commit a5c3a7c0ce

View File

@ -340,14 +340,14 @@ 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 DP83TC822 PHY"
tristate "Texas Instruments DP83TC811 PHY"
---help---
Supports the DP83TC822 PHY.
Supports the DP83TC811 PHY.
config DP83848_PHY
tristate "Texas Instruments DP83848 PHY"