diff options
author | Andrew Gallatin <gallatin@myri.com> | 2007-09-17 14:37:42 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:47:47 -0400 |
commit | 1e6e9342d41ff80ced0ad5dfcf084926700cdfc5 (patch) | |
tree | f4890526db54f9c8821e2d3e366d116d44b1712a /drivers/net/Kconfig | |
parent | d4dc4ec9d84e0578b9bfbe56a11fafdb7cbac771 (diff) |
[MYRI10GE]: Use LRO.
Singed off by: Andrew Gallatin <gallatin@myri.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 61dedfeed62a..40ff9a5269a2 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2583,6 +2583,7 @@ config MYRI10GE | |||
2583 | depends on PCI | 2583 | depends on PCI |
2584 | select FW_LOADER | 2584 | select FW_LOADER |
2585 | select CRC32 | 2585 | select CRC32 |
2586 | select INET_LRO | ||
2586 | ---help--- | 2587 | ---help--- |
2587 | This driver supports Myricom Myri-10G Dual Protocol interface in | 2588 | This driver supports Myricom Myri-10G Dual Protocol interface in |
2588 | Ethernet mode. If the eeprom on your board is not recent enough, | 2589 | Ethernet mode. If the eeprom on your board is not recent enough, |