aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorFrancois Romieu <romieu@fr.zoreil.com>2008-05-11 08:51:00 -0400
committerFrancois Romieu <romieu@electric-eye.fr.zoreil.com>2008-06-29 09:08:28 -0400
commit865c652d6be9929927cabdc54b137b7541eb6612 (patch)
treec8ac0d480874385c9493b8b67360af6e1709b966 /drivers/net/Kconfig
parent1087f4f4af302e6e2fa40dd741f306444d90bece (diff)
r8169: remove non-napi code
It will almost unavoidably cause some breakage but it is long overdue. The driver identification string has been updated, a lost tabulation and some unused code have been removed. Otherwise the code paths should stay the same. Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Cc: Edward Hsu <edward_hsu@realtek.com.tw>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig16
1 files changed, 1 insertions, 15 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index d85b9d067597..84925915dce4 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2122,27 +2122,13 @@ config R8169
2122 To compile this driver as a module, choose M here: the module 2122 To compile this driver as a module, choose M here: the module
2123 will be called r8169. This is recommended. 2123 will be called r8169. This is recommended.
2124 2124
2125config R8169_NAPI
2126 bool "Use Rx Polling (NAPI) (EXPERIMENTAL)"
2127 depends on R8169 && EXPERIMENTAL
2128 help
2129 NAPI is a new driver API designed to reduce CPU and interrupt load
2130 when the driver is receiving lots of packets from the card. It is
2131 still somewhat experimental and thus not yet enabled by default.
2132
2133 If your estimated Rx load is 10kpps or more, or if the card will be
2134 deployed on potentially unfriendly networks (e.g. in a firewall),
2135 then say Y here.
2136
2137 If in doubt, say N.
2138
2139config R8169_VLAN 2125config R8169_VLAN
2140 bool "VLAN support" 2126 bool "VLAN support"
2141 depends on R8169 && VLAN_8021Q 2127 depends on R8169 && VLAN_8021Q
2142 ---help--- 2128 ---help---
2143 Say Y here for the r8169 driver to support the functions required 2129 Say Y here for the r8169 driver to support the functions required
2144 by the kernel 802.1Q code. 2130 by the kernel 802.1Q code.
2145 2131
2146 If in doubt, say Y. 2132 If in doubt, say Y.
2147 2133
2148config SB1250_MAC 2134config SB1250_MAC