diff options
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 |