aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Kconfig
diff options
context:
space:
mode:
authorDan Murphy <dmurphy@ti.com>2017-10-10 12:42:55 -0500
committerDavid S. Miller <davem@davemloft.net>2017-10-11 14:14:32 -0700
commit87461f7a58ab694e638ac52afa543b427751a9d0 (patch)
treeade40ae9496a56213dd551d64ee199955ad56f53 /drivers/net/phy/Kconfig
parentMerge branch 'lan9303-Add-basic-offloading-of-unicast-traffic' (diff)
downloadlinux-dev-87461f7a58ab694e638ac52afa543b427751a9d0.tar.xz
linux-dev-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 '')
-rw-r--r--drivers/net/phy/Kconfig5
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---