summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorSebastian Hesselbarth <sebastian.hesselbarth@gmail.com>2014-06-24 12:18:11 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-25 08:31:27 +0200
commitf38c708c2d6284f96260aacd0c5b38e6c5529010 (patch)
treedea46f36c6d4d207faaba409fe2506003ca591c7 /drivers/net/phy/Makefile
parent47fc75bc77b0f7e467f53d627075daac7b2a9df2 (diff)
downloadbarebox-f38c708c2d6284f96260aacd0c5b38e6c5529010.tar.gz
barebox-f38c708c2d6284f96260aacd0c5b38e6c5529010.tar.xz
net: phy: add support for Marvell PHY drivers
This adds initial support for Marvell PHY specific drivers. As a first PHY, a driver for MV88E1121R is ported over from Linux. Signed-off-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 7f8277f1d5..94b9be83ea 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -1,6 +1,7 @@
obj-y += phy.o mdio_bus.o
obj-$(CONFIG_AT803X_PHY) += at803x.o
obj-$(CONFIG_LXT_PHY) += lxt.o
+obj-$(CONFIG_MARVELL_PHY) += marvell.o
obj-$(CONFIG_MICREL_PHY) += micrel.o
obj-$(CONFIG_NATIONAL_PHY) += national.o
obj-$(CONFIG_SMSC_PHY) += smsc.o