aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorFrancois Romieu <romieu@fr.zoreil.com>2008-07-10 18:29:19 -0400
committerJeff Garzik <jgarzik@redhat.com>2008-07-11 01:11:42 -0400
commit4422b00390749f8b877b2838a99ef2948ae08a58 (patch)
treecc02474e39116f7cb3e758bfa37f3171498b739b /drivers/net/Kconfig
parent29d0a2b0f7b5f53c79095a5539ee3884afb354b6 (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/Kconfig8
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
2381config 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
2389config CHELSIO_T3 2381config 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