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/Makefile | |
parent | 06d3e1963084d4b57f058fe80a7db3e168b5530d (diff) | |
download | lwn-87461f7a58ab694e638ac52afa543b427751a9d0.tar.gz lwn-87461f7a58ab694e638ac52afa543b427751a9d0.zip |
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/Makefile')
-rw-r--r-- | drivers/net/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile index 1404ad3b77c7..4b983be83566 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile @@ -55,6 +55,7 @@ obj-$(CONFIG_CICADA_PHY) += cicada.o obj-$(CONFIG_CORTINA_PHY) += cortina.o obj-$(CONFIG_DAVICOM_PHY) += davicom.o obj-$(CONFIG_DP83640_PHY) += dp83640.o +obj-$(CONFIG_DP83822_PHY) += dp83822.o obj-$(CONFIG_DP83848_PHY) += dp83848.o obj-$(CONFIG_DP83867_PHY) += dp83867.o obj-$(CONFIG_FIXED_PHY) += fixed_phy.o |