summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-11-15 12:58:08 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-11-15 14:24:26 +0100
commitaa498eefce1464a6532d0db33eb0a165ee8e2e48 (patch)
treeb4dd7fdcb09392ea15eb7183308d8eb0c7d7b7fc /drivers/net/phy/Makefile
parent4f655dd24a718f86cc2517a887b9c0fd01511ba3 (diff)
downloadbarebox-aa498eefce1464a6532d0db33eb0a165ee8e2e48.tar.gz
barebox-aa498eefce1464a6532d0db33eb0a165ee8e2e48.tar.xz
phy: add smsc phy driver support
as we to have specific phy init to fix chip issue link detection support based on linux 3.6 Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.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 82e90d426a..0caeb7058d 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -1,2 +1,3 @@
obj-y += phy.o mdio_bus.o
obj-$(CONFIG_GENERIC_PHY) += generic.o
+obj-$(CONFIG_SMSC_PHY) += smsc.o