diff options
author | Mike Sinkovsky <msink@permonline.ru> | 2012-04-04 19:33:54 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-04-05 01:43:02 -0400 |
commit | 8b1467a31343ade557489aff2bf4c2be44ca2725 (patch) | |
tree | b2b035bf8cf7d0e369ebfa165ad80e53e6b47942 /drivers/net/ethernet/wiznet/Kconfig | |
parent | 9899b81e7ca5c285b825ff10ca9357dd18813d83 (diff) |
Ethernet driver for the WIZnet W5100 chip
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>
Diffstat (limited to 'drivers/net/ethernet/wiznet/Kconfig')
-rw-r--r-- | drivers/net/ethernet/wiznet/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/net/ethernet/wiznet/Kconfig b/drivers/net/ethernet/wiznet/Kconfig index f45cef16bfda..2bb383caf2d8 100644 --- a/drivers/net/ethernet/wiznet/Kconfig +++ b/drivers/net/ethernet/wiznet/Kconfig @@ -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--- |