aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorFrancois Romieu <romieu@fr.zoreil.com>2008-07-10 18:30:14 -0400
committerJeff Garzik <jgarzik@redhat.com>2008-07-11 01:11:43 -0400
commit32b0f53e5bc80b87fd20d4d78a0e0cb602c9157a (patch)
treefdd7263a2d0d7406866ad003fc9f4af757feedb7 /drivers/net/Kconfig
parent4422b00390749f8b877b2838a99ef2948ae08a58 (diff)
via-rhine: 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/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 50ca1cf1271e..fb618b6e88eb 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -1694,17 +1694,6 @@ config VIA_RHINE_MMIO
1694 1694
1695 If unsure, say Y. 1695 If unsure, say Y.
1696 1696
1697config VIA_RHINE_NAPI
1698 bool "Use Rx Polling (NAPI)"
1699 depends on VIA_RHINE
1700 help
1701 NAPI is a new driver API designed to reduce CPU and interrupt load
1702 when the driver is receiving lots of packets from the card.
1703
1704 If your estimated Rx load is 10kpps or more, or if the card will be
1705 deployed on potentially unfriendly networks (e.g. in a firewall),
1706 then say Y here.
1707
1708config LAN_SAA9730 1697config LAN_SAA9730
1709 bool "Philips SAA9730 Ethernet support" 1698 bool "Philips SAA9730 Ethernet support"
1710 depends on NET_PCI && PCI && MIPS_ATLAS 1699 depends on NET_PCI && PCI && MIPS_ATLAS