summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/ezchip/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* net: Fix dependencies for !HAS_IOMEM archsRichard Weinberger2016-01-281-0/+1
| | | | | | | | Not every arch has io memory. So, unbreak the build by fixing the dependencies. Signed-off-by: Richard Weinberger <richard@nod.at> Signed-off-by: David S. Miller <davem@davemloft.net>
* NET: Add ezchip ethernet driverNoam Camus2015-06-231-0/+26
Simple LAN device for debug or management purposes. Device supports interrupts for RX and TX(completion). Device does not have DMA ability. Signed-off-by: Noam Camus <noamc@ezchip.com> Signed-off-by: Tal Zilcer <talz@ezchip.com> Acked-by: Alexey Brodkin <abrodkin@synopsys.com> Signed-off-by: David S. Miller <davem@davemloft.net>