diff options
Diffstat (limited to 'drivers/net/Kconfig')
| -rw-r--r-- | drivers/net/Kconfig | 25 |
1 files changed, 11 insertions, 14 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 3e5e64c33e18..fa533c27052a 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
| @@ -1926,20 +1926,6 @@ config E1000 | |||
| 1926 | To compile this driver as a module, choose M here. The module | 1926 | To compile this driver as a module, choose M here. The module |
| 1927 | will be called e1000. | 1927 | will be called e1000. |
| 1928 | 1928 | ||
| 1929 | config E1000_NAPI | ||
| 1930 | bool "Use Rx Polling (NAPI)" | ||
| 1931 | depends on E1000 | ||
| 1932 | help | ||
| 1933 | NAPI is a new driver API designed to reduce CPU and interrupt load | ||
| 1934 | when the driver is receiving lots of packets from the card. It is | ||
| 1935 | still somewhat experimental and thus not yet enabled by default. | ||
| 1936 | |||
| 1937 | If your estimated Rx load is 10kpps or more, or if the card will be | ||
| 1938 | deployed on potentially unfriendly networks (e.g. in a firewall), | ||
| 1939 | then say Y here. | ||
| 1940 | |||
| 1941 | If in doubt, say N. | ||
| 1942 | |||
| 1943 | config E1000_DISABLE_PACKET_SPLIT | 1929 | config E1000_DISABLE_PACKET_SPLIT |
| 1944 | bool "Disable Packet Split for PCI express adapters" | 1930 | bool "Disable Packet Split for PCI express adapters" |
| 1945 | depends on E1000 | 1931 | depends on E1000 |
| @@ -2304,6 +2290,17 @@ config ATL1 | |||
| 2304 | To compile this driver as a module, choose M here. The module | 2290 | To compile this driver as a module, choose M here. The module |
| 2305 | will be called atl1. | 2291 | will be called atl1. |
| 2306 | 2292 | ||
| 2293 | config ATL1E | ||
| 2294 | tristate "Atheros L1E Gigabit Ethernet support (EXPERIMENTAL)" | ||
| 2295 | depends on PCI && EXPERIMENTAL | ||
| 2296 | select CRC32 | ||
| 2297 | select MII | ||
| 2298 | help | ||
| 2299 | This driver supports the Atheros L1E gigabit ethernet adapter. | ||
| 2300 | |||
| 2301 | To compile this driver as a module, choose M here. The module | ||
| 2302 | will be called atl1e. | ||
| 2303 | |||
| 2307 | endif # NETDEV_1000 | 2304 | endif # NETDEV_1000 |
| 2308 | 2305 | ||
| 2309 | # | 2306 | # |
