diff options
author | Don Fry <pcnet32@verizon.net> | 2008-04-29 13:49:58 -0700 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-05-06 12:22:39 -0400 |
commit | 01935d7d2c544a5dfc8313f79ed164d45115aa33 (patch) | |
tree | 9c6d959569403e85df6b84c913f7fa870e31c08d /drivers/net/Kconfig | |
parent | a86e2cbe263c193a70b2e5c5a0c7e53ed39fc0ad (diff) | |
download | kernel_samsung_espresso10-01935d7d2c544a5dfc8313f79ed164d45115aa33.zip kernel_samsung_espresso10-01935d7d2c544a5dfc8313f79ed164d45115aa33.tar.gz kernel_samsung_espresso10-01935d7d2c544a5dfc8313f79ed164d45115aa33.tar.bz2 |
pcnet32: delete non NAPI code from driver.
Delete the non-napi code from the driver and Kconfig.
Tested x86_64. Apply at next open opportunity.
Signed-off-by: Don Fry <pcnet32@verizon.net>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
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 af46341..d27f54a 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1273,20 +1273,6 @@ config PCNET32 To compile this driver as a module, choose M here. The module will be called pcnet32. -config PCNET32_NAPI - bool "Use RX polling (NAPI)" - depends on PCNET32 - 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 AMD8111_ETH tristate "AMD 8111 (new PCI lance) support" depends on NET_PCI && PCI |