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 39189903e355..30b3671d833d 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -1724,6 +1724,20 @@ config VIA_RHINE_MMIO | |||
1724 | 1724 | ||
1725 | If unsure, say Y. | 1725 | If unsure, say Y. |
1726 | 1726 | ||
1727 | config VIA_RHINE_NAPI | ||
1728 | bool "Use Rx Polling (NAPI)" | ||
1729 | depends on VIA_RHINE | ||
1730 | help | ||
1731 | NAPI is a new driver API designed to reduce CPU and interrupt load | ||
1732 | when the driver is receiving lots of packets from the card. | ||
1733 | |||
1734 | If your estimated Rx load is 10kpps or more, or if the card will be | ||
1735 | deployed on potentially unfriendly networks (e.g. in a firewall), | ||
1736 | then say Y here. | ||
1737 | |||
1738 | See <file:Documentation/networking/NAPI_HOWTO.txt> for more | ||
1739 | information. | ||
1740 | |||
1727 | config LAN_SAA9730 | 1741 | config LAN_SAA9730 |
1728 | bool "Philips SAA9730 Ethernet support (EXPERIMENTAL)" | 1742 | bool "Philips SAA9730 Ethernet support (EXPERIMENTAL)" |
1729 | depends on NET_PCI && EXPERIMENTAL && MIPS | 1743 | depends on NET_PCI && EXPERIMENTAL && MIPS |
@@ -2219,6 +2233,33 @@ config GFAR_NAPI | |||
2219 | bool "NAPI Support" | 2233 | bool "NAPI Support" |
2220 | depends on GIANFAR | 2234 | depends on GIANFAR |
2221 | 2235 | ||
2236 | config UCC_GETH | ||
2237 | tristate "Freescale QE UCC GETH" | ||
2238 | depends on QUICC_ENGINE && UCC_FAST | ||
2239 | help | ||
2240 | This driver supports the Gigabit Ethernet mode of QE UCC. | ||
2241 | QE can be found on MPC836x CPUs. | ||
2242 | |||
2243 | config UGETH_NAPI | ||
2244 | bool "NAPI Support" | ||
2245 | depends on UCC_GETH | ||
2246 | |||
2247 | config UGETH_MAGIC_PACKET | ||
2248 | bool "Magic Packet detection support" | ||
2249 | depends on UCC_GETH | ||
2250 | |||
2251 | config UGETH_FILTERING | ||
2252 | bool "Mac address filtering support" | ||
2253 | depends on UCC_GETH | ||
2254 | |||
2255 | config UGETH_TX_ON_DEMOND | ||
2256 | bool "Transmit on Demond support" | ||
2257 | depends on UCC_GETH | ||
2258 | |||
2259 | config UGETH_HAS_GIGA | ||
2260 | bool | ||
2261 | depends on UCC_GETH && MPC836x | ||
2262 | |||
2222 | config MV643XX_ETH | 2263 | config MV643XX_ETH |
2223 | tristate "MV-643XX Ethernet support" | 2264 | tristate "MV-643XX Ethernet support" |
2224 | depends on MOMENCO_OCELOT_C || MOMENCO_JAGUAR_ATX || MV64360 || MOMENCO_OCELOT_3 || PPC_MULTIPLATFORM | 2265 | depends on MOMENCO_OCELOT_C || MOMENCO_JAGUAR_ATX || MV64360 || MOMENCO_OCELOT_3 || PPC_MULTIPLATFORM |