diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2007-07-25 07:31:57 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:50:20 -0400 |
commit | bbfb86c5776ff481d246fcd5d8deb67701e05c00 (patch) | |
tree | d9fb6c8931bf59049bf72d9bca18c2a216ab7fd6 /drivers/net/Kconfig | |
parent | c54f5c240239fb8391a3b541f916764dd496f2e6 (diff) |
IOC3: Switch hw checksumming to ethtool configurable.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 10ed28ef3566..734f8403c806 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -486,26 +486,6 @@ config SGI_IOC3_ETH | |||
486 | the Ethernet-HOWTO, available from | 486 | the Ethernet-HOWTO, available from |
487 | <http://www.tldp.org/docs.html#howto>. | 487 | <http://www.tldp.org/docs.html#howto>. |
488 | 488 | ||
489 | config SGI_IOC3_ETH_HW_RX_CSUM | ||
490 | bool "Receive hardware checksums" | ||
491 | depends on SGI_IOC3_ETH && INET | ||
492 | default y | ||
493 | help | ||
494 | The SGI IOC3 network adapter supports TCP and UDP checksums in | ||
495 | hardware to offload processing of these checksums from the CPU. At | ||
496 | the moment only acceleration of IPv4 is supported. This option | ||
497 | enables offloading for checksums on receive. If unsure, say Y. | ||
498 | |||
499 | config SGI_IOC3_ETH_HW_TX_CSUM | ||
500 | bool "Transmit hardware checksums" | ||
501 | depends on SGI_IOC3_ETH && INET | ||
502 | default y | ||
503 | help | ||
504 | The SGI IOC3 network adapter supports TCP and UDP checksums in | ||
505 | hardware to offload processing of these checksums from the CPU. At | ||
506 | the moment only acceleration of IPv4 is supported. This option | ||
507 | enables offloading for checksums on transmit. If unsure, say Y. | ||
508 | |||
509 | config MIPS_SIM_NET | 489 | config MIPS_SIM_NET |
510 | tristate "MIPS simulator Network device" | 490 | tristate "MIPS simulator Network device" |
511 | depends on MIPS_SIM | 491 | depends on MIPS_SIM |