aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorOlof Johansson <olof@lixom.net>2007-11-28 21:57:27 -0500
committerDavid S. Miller <davem@davemloft.net>2008-01-28 18:04:24 -0500
commit28ae79f531014bb3ad95b6efa0e0603069087bc5 (patch)
tree5f46070012b462f4faf5f79e4fa6a0c75b1cf816 /drivers/net/Kconfig
parent906674abab0424b466a2db4bb6a890a8c477b10a (diff)
pasemi_mac: Software-based LRO support
pasemi_mac: Software-based LRO support Implement LRO for pasemi_mac. Pretty straightforward. Signed-off-by: Olof Johansson <olof@lixom.net> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index b034410b7ab6..477c3e459745 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2572,6 +2572,7 @@ config PASEMI_MAC
2572 tristate "PA Semi 1/10Gbit MAC" 2572 tristate "PA Semi 1/10Gbit MAC"
2573 depends on PPC64 && PCI 2573 depends on PPC64 && PCI
2574 select PHYLIB 2574 select PHYLIB
2575 select INET_LRO
2575 help 2576 help
2576 This driver supports the on-chip 1/10Gbit Ethernet controller on 2577 This driver supports the on-chip 1/10Gbit Ethernet controller on
2577 PA Semi's PWRficient line of chips. 2578 PA Semi's PWRficient line of chips.