aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-08-02 17:56:37 -0700
committerDavid S. Miller <davem@davemloft.net>2019-08-02 17:56:37 -0700
commit3cc6e44b5f84d199ab81fc2a2e719322618fa249 (patch)
tree36d270997e0342a5b9c73c4250889c1738efd7b1 /drivers/net/phy/Makefile
parenttipc: reduce risk of wakeup queue starvation (diff)
parentnet: ftgmac100: Select ASPEED MDIO driver for the AST2600 (diff)
downloadlinux-dev-3cc6e44b5f84d199ab81fc2a2e719322618fa249.tar.xz
linux-dev-3cc6e44b5f84d199ab81fc2a2e719322618fa249.zip
Merge branch 'net-phy-Add-AST2600-MDIO-support'
Andrew Jeffery says: ==================== net: phy: Add AST2600 MDIO support v2 of the ASPEED MDIO series addresses comments from Rob on the devicetree bindings and Andrew on the driver itself. v1 of the series can be found here: http://patchwork.ozlabs.org/cover/1138140/ ==================== 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 839acb292c38..ba07c27e4208 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -22,6 +22,7 @@ libphy-$(CONFIG_LED_TRIGGER_PHY) += phy_led_triggers.o
obj-$(CONFIG_PHYLINK) += phylink.o
obj-$(CONFIG_PHYLIB) += libphy.o
+obj-$(CONFIG_MDIO_ASPEED) += mdio-aspeed.o
obj-$(CONFIG_MDIO_BCM_IPROC) += mdio-bcm-iproc.o
obj-$(CONFIG_MDIO_BCM_UNIMAC) += mdio-bcm-unimac.o
obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o