diff options
author | pcnet32@verizon.net <pcnet32@verizon.net> | 2007-02-16 11:09:57 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-02-17 15:30:48 -0500 |
commit | 659dd8351a0acbf6b057ebddd4388a97cdf0feb2 (patch) | |
tree | ced1940ccb645d576e3a2139f2f86a45c0baa2e4 /drivers/net/Kconfig | |
parent | 04ce09481b90dd0645fe034c74a3344d712e347f (diff) |
pcnet32 NAPI no longer experimental
Remove the experimental tag for the pcnet32 NAPI implementation.
Signed-off-by: Don Fry <pcnet32@verizon.net>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 960312643f80..bd76b12c7c45 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1284,8 +1284,8 @@ config PCNET32 | |||
1284 | will be called pcnet32. | 1284 | will be called pcnet32. |
1285 | 1285 | ||
1286 | config PCNET32_NAPI | 1286 | config PCNET32_NAPI |
1287 | bool "Use RX polling (NAPI) (EXPERIMENTAL)" | 1287 | bool "Use RX polling (NAPI)" |
1288 | depends on PCNET32 && EXPERIMENTAL | 1288 | depends on PCNET32 |
1289 | help | 1289 | help |
1290 | NAPI is a new driver API designed to reduce CPU and interrupt load | 1290 | NAPI is a new driver API designed to reduce CPU and interrupt load |
1291 | when the driver is receiving lots of packets from the card. It is | 1291 | when the driver is receiving lots of packets from the card. It is |