Skip to content

Commit

Permalink
Ethernet driver for the WIZnet W5100 chip
Browse files Browse the repository at this point in the history
Based on original driver from chip manufacturer, but nearly full rewite.
Tested and used in production with Blackfin BF531 embedded processor.

Signed-off-by: Mike Sinkovsky <msink@permonline.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Mike Sinkovsky authored and David S. Miller committed Apr 5, 2012
1 parent 9899b81 commit 8b1467a
Show file tree
Hide file tree
Showing 3 changed files with 821 additions and 0 deletions.
12 changes: 12 additions & 0 deletions drivers/net/ethernet/wiznet/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ config NET_VENDOR_WIZNET

if NET_VENDOR_WIZNET

config WIZNET_W5100
tristate "WIZnet W5100 Ethernet support"
---help---
Support for WIZnet W5100 chips.

W5100 is a single chip with integrated 10/100 Ethernet MAC,
PHY and hardware TCP/IP stack, but this driver is limited to
the MAC and PHY functions only, onchip TCP/IP is unused.

To compile this driver as a module, choose M here: the module
will be called w5100.

config WIZNET_W5300
tristate "WIZnet W5300 Ethernet support"
---help---
Expand Down
1 change: 1 addition & 0 deletions drivers/net/ethernet/wiznet/Makefile
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
obj-$(CONFIG_WIZNET_W5100) += w5100.o
obj-$(CONFIG_WIZNET_W5300) += w5300.o
Loading

0 comments on commit 8b1467a

Please sign in to comment.