diff options
author | Dan Murphy <dmurphy@ti.com> | 2017-10-10 12:42:55 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-11 14:14:32 -0700 |
commit | 87461f7a58ab694e638ac52afa543b427751a9d0 (patch) | |
tree | ade40ae9496a56213dd551d64ee199955ad56f53 /drivers/net/phy/Kconfig | |
parent | 06d3e1963084d4b57f058fe80a7db3e168b5530d (diff) | |
download | linux-rt-87461f7a58ab694e638ac52afa543b427751a9d0.tar.gz |
net: phy: DP83822 initial driver submission
Add support for the TI DP83822 10/100Mbit ethernet phy.
The DP83822 provides flexibility to connect to a MAC through a
standard MII, RMII or RGMII interface.
In addition the DP83822 needs to be removed from the DP83848 driver
as the WoL support is added here for this device.
Datasheet:
http://www.ti.com/product/DP83822I/datasheet
Signed-off-by: Dan Murphy <dmurphy@ti.com>
Acked-by: Andrew F. Davis <afd@ti.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index e2cf8ffc5c6f..8125412c8814 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -277,6 +277,11 @@ config DAVICOM_PHY ---help--- Currently supports dm9161e and dm9131 +config DP83822_PHY + tristate "Texas Instruments DP83822 PHY" + ---help--- + Supports the DP83822 PHY. + config DP83848_PHY tristate "Texas Instruments DP83848 PHY" ---help--- |