diff options
author | Shaohui Xie <Shaohui.Xie@freescale.com> | 2015-07-31 16:58:42 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-31 15:28:19 -0700 |
commit | bee8259dd31f419a883174556b11edc6f9a153d1 (patch) | |
tree | 68a67ff96c08d9f281f1724327b00c6188ff6aea /drivers/net/phy/Makefile | |
parent | 85b1d8bbfd2ea6ae1dc6d0ccdb25abdcb52a5856 (diff) | |
download | op-kernel-dev-bee8259dd31f419a883174556b11edc6f9a153d1.zip op-kernel-dev-bee8259dd31f419a883174556b11edc6f9a153d1.tar.gz |
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 '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 16aac1c..9bb1033 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 |