aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/wiznet/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* net: wiznet add missing HAS_IOMEM dependencyfrank.blaschka@de.ibm.com2012-07-251-0/+1
| | | | | | | | | The "WIZnet devices" config option should depend on HAS_IOMEM as all wiznet drivers require it as well. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com> Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* drivers/net: Remove CONFIG_WIZNET_TX_FLOW optionMike Sinkovsky2012-04-121-8/+0
| | | | | | | | This option was there for debugging race conditions, just remove it, and assume TX_FLOW is always enabled. Signed-off-by: Mike Sinkovsky <msink@permonline.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
* wiznet: Fix Kconfig dependencies.David S. Miller2012-04-101-0/+4
| | | | | | | | | | | Both drivers need to depend upon HAS_IOMEM, otherwise we get a build failure on platforms like S390. All the driver specific config options need to depend upon the drivers themselves. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>
* Ethernet driver for the WIZnet W5100 chipMike Sinkovsky2012-04-051-0/+12
| | | | | | | | 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>
* Ethernet driver for the WIZnet W5300 chipMike Sinkovsky2012-04-051-0/+65
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>