diff options
author | Prafulla Wadaskar <prafulla@marvell.com> | 2009-05-19 01:40:16 +0530 |
---|---|---|
committer | Ben Warren <biggerbadderben@gmail.com> | 2009-06-15 00:13:54 -0700 |
commit | 6f51deb7f298413cfcb0a36d24c97ef7dd69d48f (patch) | |
tree | e876999ab729c88c3d5434d976c1e5d19d8f056e /drivers/net/phy/Makefile | |
parent | 091dc9f6adaf572b067ae91af92c4e7db33d7903 (diff) | |
download | u-boot-imx-6f51deb7f298413cfcb0a36d24c97ef7dd69d48f.zip u-boot-imx-6f51deb7f298413cfcb0a36d24c97ef7dd69d48f.tar.gz u-boot-imx-6f51deb7f298413cfcb0a36d24c97ef7dd69d48f.tar.bz2 |
Marvell MV88E61XX Switch Driver support
Chips supported:-
1. 88E6161 6 port gbe swtich with 5 integrated PHYs
2. 88E6165 6 port gbe swtich with 5 integrated PHYs
2. 88E6132 3 port gbe swtich with 2 integrated PHYs
Platform specific configuration supported for:-
default or router port vlan configuration
led_init configuration
mdip/n polarity reversal configuration
Note: This driver is supported and tested against
kirkwood egiga interface
Contributors:
Yotam Admon <yotam@marvell.com>
Michael Blostein <michaelbl@marvell.com
Reviewed by: Ronen Shitrit <rshitrit@marvell.com>
Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
Diffstat (limited to 'drivers/net/phy/Makefile')
-rw-r--r-- | drivers/net/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/phy/Makefile b/drivers/net/phy/Makefile index 4fe3b05..3b92614 100644 --- a/drivers/net/phy/Makefile +++ b/drivers/net/phy/Makefile @@ -26,6 +26,7 @@ include $(TOPDIR)/config.mk LIB := $(obj)libphy.a COBJS-$(CONFIG_BITBANGMII) += miiphybb.o +COBJS-$(CONFIG_MV88E61XX_SWITCH) += mv88e61xx.o COBJS := $(COBJS-y) SRCS := $(COBJS:.o=.c) |