Commit a5c3a7c0 authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parents 4c582234 a26ad4d5
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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"