aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorFrancois Romieu <romieu@fr.zoreil.com>2008-07-06 23:55:12 -0400
committerDavid S. Miller <davem@davemloft.net>2008-07-08 01:40:58 -0400
commit6ba33ac8a47d33d0b5996d24ddf66c457cd7180b (patch)
treeeca6d10d65e20cbaf7491e10f9a931b78f9cfb77 /drivers/net/Kconfig
parenta6676019a794eac967a967c1206a57824b180c9a (diff)
amd8111e: 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/Kconfig14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 9f7442fba47d..ef733abc857d 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1306,20 +1306,6 @@ config AMD8111_ETH
1306 To compile this driver as a module, choose M here. The module 1306 To compile this driver as a module, choose M here. The module
1307 will be called amd8111e. 1307 will be called amd8111e.
1308 1308
1309config AMD8111E_NAPI
1310 bool "Use RX polling (NAPI)"
1311 depends on AMD8111_ETH
1312 help
1313 NAPI is a new driver API designed to reduce CPU and interrupt load
1314 when the driver is receiving lots of packets from the card. It is
1315 still somewhat experimental and thus not yet enabled by default.
1316
1317 If your estimated Rx load is 10kpps or more, or if the card will be
1318 deployed on potentially unfriendly networks (e.g. in a firewall),
1319 then say Y here.
1320
1321 If in doubt, say N.
1322
1323config ADAPTEC_STARFIRE 1309config ADAPTEC_STARFIRE
1324 tristate "Adaptec Starfire/DuraLAN support" 1310 tristate "Adaptec Starfire/DuraLAN support"
1325 depends on NET_PCI && PCI 1311 depends on NET_PCI && PCI