aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorShaohui Xie <Shaohui.Xie@freescale.com>2015-07-31 16:58:42 +0800
committerDavid S. Miller <davem@davemloft.net>2015-07-31 15:28:19 -0700
commitbee8259dd31f419a883174556b11edc6f9a153d1 (patch)
tree68a67ff96c08d9f281f1724327b00c6188ff6aea /drivers/net/phy/Makefile
parentbr2684: Remove unnecessary formatting macros b1 and bs (diff)
downloadlinux-dev-bee8259dd31f419a883174556b11edc6f9a153d1.tar.xz
linux-dev-bee8259dd31f419a883174556b11edc6f9a153d1.zip
net: phy: add driver for aquantia phy
This patch added driver to support Aquantia PHYs AQ1202, AQ2104, AQR105, AQR405, which accessed through clause 45. Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-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 16aac1c3e703..9bb103358c74 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -3,6 +3,7 @@
libphy-objs := phy.o phy_device.o mdio_bus.o
obj-$(CONFIG_PHYLIB) += libphy.o
+obj-$(CONFIG_AQUANTIA_PHY) += aquantia.o
obj-$(CONFIG_MARVELL_PHY) += marvell.o
obj-$(CONFIG_DAVICOM_PHY) += davicom.o
obj-$(CONFIG_CICADA_PHY) += cicada.o