summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorAndrey Smirnov <andrew.smirnov@gmail.com>2017-12-04 07:27:15 -0800
committerSascha Hauer <s.hauer@pengutronix.de>2017-12-06 15:49:15 +0100
commiteb00bb9f3865a891f7a37a8f2cf719005008b6a6 (patch)
tree58532623269d5ef21dd6d95798d0b89c2a1e0061 /drivers/net/phy/Makefile
parent48df7919f9c2787c23e5efade7d5a7af39d40f13 (diff)
downloadbarebox-eb00bb9f3865a891f7a37a8f2cf719005008b6a6.tar.gz
barebox-eb00bb9f3865a891f7a37a8f2cf719005008b6a6.tar.xz
net: phy: Port MDIO bus miltiplexer framework from Linux kernel
Port mdio-mux.c from Linux kernel to Barebox, to support adding dirvers that rely on that infrastructure/API. Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/net/phy/Makefile')
-rw-r--r--drivers/net/phy/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile
index 13b8f6545d..89b4b80be1 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -10,3 +10,5 @@ obj-$(CONFIG_SMSC_PHY) += smsc.o
obj-$(CONFIG_MDIO_MVEBU) += mdio-mvebu.o
obj-$(CONFIG_MDIO_BITBANG) += mdio-bitbang.o
obj-$(CONFIG_MDIO_GPIO) += mdio-gpio.o
+obj-$(CONFIG_MDIO_BUS_MUX) += mdio-mux.o
+