diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2008-07-10 18:29:19 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-07-11 01:11:42 -0400 |
commit | 4422b00390749f8b877b2838a99ef2948ae08a58 (patch) | |
tree | cc02474e39116f7cb3e758bfa37f3171498b739b /drivers/net/Kconfig | |
parent | 29d0a2b0f7b5f53c79095a5539ee3884afb354b6 (diff) |
cxgb: delete non NAPI code from the driver.
Compile-tested only.
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 4675c1bd6fb9..50ca1cf1271e 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2378,14 +2378,6 @@ config CHELSIO_T1_1G | |||
2378 | Enables support for Chelsio's gigabit Ethernet PCI cards. If you | 2378 | Enables support for Chelsio's gigabit Ethernet PCI cards. If you |
2379 | are using only 10G cards say 'N' here. | 2379 | are using only 10G cards say 'N' here. |
2380 | 2380 | ||
2381 | config CHELSIO_T1_NAPI | ||
2382 | bool "Use Rx Polling (NAPI)" | ||
2383 | depends on CHELSIO_T1 | ||
2384 | default y | ||
2385 | help | ||
2386 | NAPI is a driver API designed to reduce CPU and interrupt load | ||
2387 | when the driver is receiving lots of packets from the card. | ||
2388 | |||
2389 | config CHELSIO_T3 | 2381 | config CHELSIO_T3 |
2390 | tristate "Chelsio Communications T3 10Gb Ethernet support" | 2382 | tristate "Chelsio Communications T3 10Gb Ethernet support" |
2391 | depends on PCI && INET | 2383 | depends on PCI && INET |