summaryrefslogtreecommitdiff
path: root/drivers/net/phy/Makefile
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2011-11-23 21:24:15 +0000
committerWolfgang Denk <wd@denx.de>2011-12-05 23:07:59 +0100
commit5751aa2f248a72c3cec7048cec8dfad33dab0979 (patch)
tree5810ab99018e55f4588f6fa7505ae495c4b5ac2a /drivers/net/phy/Makefile
parent94e9d4c3e8e01a803d8e9aedcf86664795b33605 (diff)
downloadu-boot-imx-5751aa2f248a72c3cec7048cec8dfad33dab0979.zip
u-boot-imx-5751aa2f248a72c3cec7048cec8dfad33dab0979.tar.gz
u-boot-imx-5751aa2f248a72c3cec7048cec8dfad33dab0979.tar.bz2
phy: Add support for SMSC LAN87xx PHYs
This adds support for the SMSC LAN87xx PHYs. Following PHYs can be used by set CONFIG_PHY_SMSC to config. - SMSC LAN8700 - SMSC LAN8710/LAN8720 - SMSC LAN8710/LAN8720 A setup of PHY was copied from linux kenrel. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Fixed white space errors; modified commit message a bit. Signed-off-by: Wolfgang Denk <wd@denx.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 a59834b..feced39 100644
--- a/drivers/net/phy/Makefile
+++ b/drivers/net/phy/Makefile
@@ -38,6 +38,7 @@ COBJS-$(CONFIG_PHY_MARVELL) += marvell.o
COBJS-$(CONFIG_PHY_MICREL) += micrel.o
COBJS-$(CONFIG_PHY_NATSEMI) += natsemi.o
COBJS-$(CONFIG_PHY_REALTEK) += realtek.o
+COBJS-$(CONFIG_PHY_SMSC) += smsc.o
COBJS-$(CONFIG_PHY_TERANETICS) += teranetics.o
COBJS-$(CONFIG_PHY_VITESSE) += vitesse.o