pcnet32 NAPI no longer experimental
authorpcnet32@verizon.net <pcnet32@verizon.net>
Fri, 16 Feb 2007 16:09:57 +0000 (10:09 -0600)
committerJeff Garzik <jeff@garzik.org>
Sat, 17 Feb 2007 20:30:48 +0000 (15:30 -0500)
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>
drivers/net/Kconfig

index 960312643f806f787d7ca4b5056d1426cc8eca2d..bd76b12c7c45b43015babe3ff07d29136e780738 100644 (file)
@@ -1284,8 +1284,8 @@ config PCNET32
          will be called pcnet32.
 
 config PCNET32_NAPI
-       bool "Use RX polling (NAPI) (EXPERIMENTAL)"
-       depends on PCNET32 && EXPERIMENTAL
+       bool "Use RX polling (NAPI)"
+       depends on PCNET32
        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. It is