diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index ecfbd1c2408c..6f388d9e9bea 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1740,6 +1740,20 @@ config VIA_RHINE_MMIO | |||
1740 | 1740 | ||
1741 | If unsure, say Y. | 1741 | If unsure, say Y. |
1742 | 1742 | ||
1743 | config VIA_RHINE_NAPI | ||
1744 | bool "Use Rx Polling (NAPI)" | ||
1745 | depends on VIA_RHINE | ||
1746 | help | ||
1747 | NAPI is a new driver API designed to reduce CPU and interrupt load | ||
1748 | when the driver is receiving lots of packets from the card. | ||
1749 | |||
1750 | If your estimated Rx load is 10kpps or more, or if the card will be | ||
1751 | deployed on potentially unfriendly networks (e.g. in a firewall), | ||
1752 | then say Y here. | ||
1753 | |||
1754 | See <file:Documentation/networking/NAPI_HOWTO.txt> for more | ||
1755 | information. | ||
1756 | |||
1743 | config LAN_SAA9730 | 1757 | config LAN_SAA9730 |
1744 | bool "Philips SAA9730 Ethernet support (EXPERIMENTAL)" | 1758 | bool "Philips SAA9730 Ethernet support (EXPERIMENTAL)" |
1745 | depends on NET_PCI && EXPERIMENTAL && MIPS | 1759 | depends on NET_PCI && EXPERIMENTAL && MIPS |
@@ -2235,6 +2249,33 @@ config GFAR_NAPI | |||
2235 | bool "NAPI Support" | 2249 | bool "NAPI Support" |
2236 | depends on GIANFAR | 2250 | depends on GIANFAR |
2237 | 2251 | ||
2252 | config UCC_GETH | ||
2253 | tristate "Freescale QE UCC GETH" | ||
2254 | depends on QUICC_ENGINE && UCC_FAST | ||
2255 | help | ||
2256 | This driver supports the Gigabit Ethernet mode of QE UCC. | ||
2257 | QE can be found on MPC836x CPUs. | ||
2258 | |||
2259 | config UGETH_NAPI | ||
2260 | bool "NAPI Support" | ||
2261 | depends on UCC_GETH | ||
2262 | |||
2263 | config UGETH_MAGIC_PACKET | ||
2264 | bool "Magic Packet detection support" | ||
2265 | depends on UCC_GETH | ||
2266 | |||
2267 | config UGETH_FILTERING | ||
2268 | bool "Mac address filtering support" | ||
2269 | depends on UCC_GETH | ||
2270 | |||
2271 | config UGETH_TX_ON_DEMOND | ||
2272 | bool "Transmit on Demond support" | ||
2273 | depends on UCC_GETH | ||
2274 | |||
2275 | config UGETH_HAS_GIGA | ||
2276 | bool | ||
2277 | depends on UCC_GETH && MPC836x | ||
2278 | |||
2238 | config MV643XX_ETH | 2279 | config MV643XX_ETH |
2239 | tristate "MV-643XX Ethernet support" | 2280 | tristate "MV-643XX Ethernet support" |
2240 | depends on MOMENCO_OCELOT_C || MOMENCO_JAGUAR_ATX || MV64360 || MOMENCO_OCELOT_3 || PPC_MULTIPLATFORM | 2281 | depends on MOMENCO_OCELOT_C || MOMENCO_JAGUAR_ATX || MV64360 || MOMENCO_OCELOT_3 || PPC_MULTIPLATFORM |