diff options
author | Lennert Buytenhek <buytenh@wantstofly.org> | 2009-02-12 09:08:39 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-02-16 02:43:58 -0500 |
commit | eaf5d59092dbed853bfab956ce123293832998f5 (patch) | |
tree | dee0b172a682bdace7533302c12be28a012ffab2 /drivers/net/Kconfig | |
parent | b8df184f88f06f985ae58248305ddc257dc016b8 (diff) |
mv643xx_eth: implement Large Receive Offload
Controlled by a compile-time (Kconfig) option for now, since it
isn't a win in all cases.
Signed-off-by: Lennert Buytenhek <buytenh@marvell.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 62bc0223a8ed..3fed3347f4b3 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2318,6 +2318,16 @@ config MV643XX_ETH | |||
2318 | Some boards that use the Discovery chipset are the Momenco | 2318 | Some boards that use the Discovery chipset are the Momenco |
2319 | Ocelot C and Jaguar ATX and Pegasos II. | 2319 | Ocelot C and Jaguar ATX and Pegasos II. |
2320 | 2320 | ||
2321 | config MV643XX_ETH_LRO | ||
2322 | tristate "Marvell 643XX ethernet driver LRO support" | ||
2323 | depends on MV643XX_ETH | ||
2324 | select INET_LRO | ||
2325 | help | ||
2326 | Say y here if you want to use Large Receive Offload for the | ||
2327 | mv643xx_eth driver. | ||
2328 | |||
2329 | If in doubt, say N. | ||
2330 | |||
2321 | config QLA3XXX | 2331 | config QLA3XXX |
2322 | tristate "QLogic QLA3XXX Network Driver Support" | 2332 | tristate "QLogic QLA3XXX Network Driver Support" |
2323 | depends on PCI | 2333 | depends on PCI |