summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorDan Murphy2015-06-02 16:34:37 +0200
committerDavid S. Miller2015-06-04 04:41:04 +0200
commit2a10154abcb75ad0d7b6bfea6210ac743ec60897 (patch)
tree6a622a29c4aa93bc029e5a5a1f17a57fb74d4aa3 /drivers/net/phy/Makefile
parentethernet: micrel: use time_after_eq (diff)
downloadkernel-qcow2-linux-2a10154abcb75ad0d7b6bfea6210ac743ec60897.tar.gz
kernel-qcow2-linux-2a10154abcb75ad0d7b6bfea6210ac743ec60897.tar.xz
kernel-qcow2-linux-2a10154abcb75ad0d7b6bfea6210ac743ec60897.zip
net: phy: dp83867: Add TI dp83867 phy
Add support for the TI dp83867 Gigabit ethernet phy device. The DP83867 is a robust, low power, fully featured Physical Layer transceiver with integrated PMD sublayers to support 10BASE-T, 100BASE-TX and 1000BASE-T Ethernet protocols. Signed-off-by: Dan Murphy <dmurphy@ti.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Makefile')
-rw-r--r--drivers/net/phy/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile
index e97e7f921862..fcc25a0c45cd 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -22,6 +22,7 @@ obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o
obj-$(CONFIG_MDIO_GPIO) += mdio-gpio.o
obj-$(CONFIG_NATIONAL_PHY) += national.o
obj-$(CONFIG_DP83640_PHY) += dp83640.o
+obj-$(CONFIG_DP83867_PHY) += dp83867.o
obj-$(CONFIG_STE10XP) += ste10Xp.o
obj-$(CONFIG_MICREL_PHY) += micrel.o
obj-$(CONFIG_MDIO_OCTEON) += mdio-octeon.o