diff options
author | Francois Romieu <romieu@fr.zoreil.com> | 2008-07-11 00:30:14 +0200 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-07-11 01:11:43 -0400 |
commit | 32b0f53e5bc80b87fd20d4d78a0e0cb602c9157a (patch) | |
tree | fdd7263a2d0d7406866ad003fc9f4af757feedb7 /drivers/net/Kconfig | |
parent | 4422b00390749f8b877b2838a99ef2948ae08a58 (diff) | |
download | linux-3.10-32b0f53e5bc80b87fd20d4d78a0e0cb602c9157a.tar.gz linux-3.10-32b0f53e5bc80b87fd20d4d78a0e0cb602c9157a.tar.bz2 linux-3.10-32b0f53e5bc80b87fd20d4d78a0e0cb602c9157a.zip |
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/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 50ca1cf1271..fb618b6e88e 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1694,17 +1694,6 @@ config VIA_RHINE_MMIO If unsure, say Y. -config VIA_RHINE_NAPI - bool "Use Rx Polling (NAPI)" - depends on VIA_RHINE - 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. - - 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. - config LAN_SAA9730 bool "Philips SAA9730 Ethernet support" depends on NET_PCI && PCI && MIPS_ATLAS |