diff options
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r-- | drivers/net/Kconfig | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 39189903e355..ea1796e767b7 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2219,6 +2219,33 @@ config GFAR_NAPI | |||
2219 | bool "NAPI Support" | 2219 | bool "NAPI Support" |
2220 | depends on GIANFAR | 2220 | depends on GIANFAR |
2221 | 2221 | ||
2222 | config UCC_GETH | ||
2223 | tristate "Freescale QE UCC GETH" | ||
2224 | depends on QUICC_ENGINE && UCC_FAST | ||
2225 | help | ||
2226 | This driver supports the Gigabit Ethernet mode of QE UCC. | ||
2227 | QE can be found on MPC836x CPUs. | ||
2228 | |||
2229 | config UGETH_NAPI | ||
2230 | bool "NAPI Support" | ||
2231 | depends on UCC_GETH | ||
2232 | |||
2233 | config UGETH_MAGIC_PACKET | ||
2234 | bool "Magic Packet detection support" | ||
2235 | depends on UCC_GETH | ||
2236 | |||
2237 | config UGETH_FILTERING | ||
2238 | bool "Mac address filtering support" | ||
2239 | depends on UCC_GETH | ||
2240 | |||
2241 | config UGETH_TX_ON_DEMOND | ||
2242 | bool "Transmit on Demond support" | ||
2243 | depends on UCC_GETH | ||
2244 | |||
2245 | config UGETH_HAS_GIGA | ||
2246 | bool | ||
2247 | depends on UCC_GETH && MPC836x | ||
2248 | |||
2222 | config MV643XX_ETH | 2249 | config MV643XX_ETH |
2223 | tristate "MV-643XX Ethernet support" | 2250 | tristate "MV-643XX Ethernet support" |
2224 | depends on MOMENCO_OCELOT_C || MOMENCO_JAGUAR_ATX || MV64360 || MOMENCO_OCELOT_3 || PPC_MULTIPLATFORM | 2251 | depends on MOMENCO_OCELOT_C || MOMENCO_JAGUAR_ATX || MV64360 || MOMENCO_OCELOT_3 || PPC_MULTIPLATFORM |