diff options
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 |