diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2008-07-06 20:54:45 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-07-07 22:40:42 -0700 |
commit | a6676019a794eac967a967c1206a57824b180c9a (patch) | |
tree | 9df26bc5151cec8e4c8c0fd4490aabe95f449025 /drivers/net/Kconfig | |
parent | 6a3d8aa48c1c9d3afc761b862267b9945cc6f281 (diff) | |
download | linux-a6676019a794eac967a967c1206a57824b180c9a.tar.gz linux-a6676019a794eac967a967c1206a57824b180c9a.tar.bz2 linux-a6676019a794eac967a967c1206a57824b180c9a.zip |
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 To compile this driver as a module, choose M here: the module will be called starfire. This is recommended. -config ADAPTEC_STARFIRE_NAPI - bool "Use Rx Polling (NAPI) (EXPERIMENTAL)" - depends on ADAPTEC_STARFIRE && EXPERIMENTAL - help - NAPI is a new driver API designed to reduce CPU and interrupt load - when the driver is receiving lots of packets from the card. It is - still somewhat experimental and thus not yet enabled by default. - - If your estimated Rx load is 10kpps or more, or if the card will be - deployed on potentially unfriendly networks (e.g. in a firewall), - then say Y here. - - If in doubt, say N. - config AC3200 tristate "Ansel Communications EISA 3200 support (EXPERIMENTAL)" depends on NET_PCI && (ISA || EISA) && EXPERIMENTAL |