Skip to content
Snippets Groups Projects
Commit d6674e0e authored by Sascha Hauer's avatar Sascha Hauer Committed by Peter Pearse
Browse files

add SMSC LAN9x1x Network driver


This patch adds a driver for the following smsc network controllers:
LAN9115
LAN9116
LAN9117
LAN9215
LAN9216
LAN9217

Signed-off-by: default avatarSascha Hauer <s.hauer@pengutronix.de>
Signed-off-by: default avatarGuennadi Liakhovetski <lg@denx.de>
parent 8c8463cc
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,7 @@ COBJS-y += rtl8139.o ...@@ -54,6 +54,7 @@ COBJS-y += rtl8139.o
COBJS-y += rtl8169.o COBJS-y += rtl8169.o
COBJS-y += s3c4510b_eth.o COBJS-y += s3c4510b_eth.o
COBJS-y += smc91111.o COBJS-y += smc91111.o
COBJS-y += smc911x.o
COBJS-y += tigon3.o COBJS-y += tigon3.o
COBJS-y += tsec.o COBJS-y += tsec.o
COBJS-y += tsi108_eth.o COBJS-y += tsi108_eth.o
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment