diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2008-07-06 23:54:45 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-08 01:40:42 -0400 |
commit | a6676019a794eac967a967c1206a57824b180c9a (patch) | |
tree | 9df26bc5151cec8e4c8c0fd4490aabe95f449025 /drivers/net/Kconfig | |
parent | 6a3d8aa48c1c9d3afc761b862267b9945cc6f281 (diff) |
starfire: delete non NAPI code from the driver.
Signed-off-by: Francois Romieu <romieu@fr.zoreil.com>
Acked-by: Jeff Garzik <jgarzik@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 1fe47a3bb6f5..9f7442fba47d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1334,20 +1334,6 @@ config ADAPTEC_STARFIRE | |||
1334 | To compile this driver as a module, choose M here: the module | 1334 | To compile this driver as a module, choose M here: the module |
1335 | will be called starfire. This is recommended. | 1335 | will be called starfire. This is recommended. |
1336 | 1336 | ||
1337 | config ADAPTEC_STARFIRE_NAPI | ||
1338 | bool "Use Rx Polling (NAPI) (EXPERIMENTAL)" | ||
1339 | depends on ADAPTEC_STARFIRE && EXPERIMENTAL | ||
1340 | help | ||
1341 | NAPI is a new driver API designed to reduce CPU and interrupt load | ||
1342 | when the driver is receiving lots of packets from the card. It is | ||
1343 | still somewhat experimental and thus not yet enabled by default. | ||
1344 | |||
1345 | If your estimated Rx load is 10kpps or more, or if the card will be | ||
1346 | deployed on potentially unfriendly networks (e.g. in a firewall), | ||
1347 | then say Y here. | ||
1348 | |||
1349 | If in doubt, say N. | ||
1350 | |||
1351 | config AC3200 | 1337 | config AC3200 |
1352 | tristate "Ansel Communications EISA 3200 support (EXPERIMENTAL)" | 1338 | tristate "Ansel Communications EISA 3200 support (EXPERIMENTAL)" |
1353 | depends on NET_PCI && (ISA || EISA) && EXPERIMENTAL | 1339 | depends on NET_PCI && (ISA || EISA) && EXPERIMENTAL |