aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorLi Yang <leoli@freescale.com>2006-08-15 02:00:11 -0400
committerJeff Garzik <jeff@garzik.org>2006-08-19 17:44:29 -0400
commitce973b141dfac4a0f160c7435d65e3ea47753ce8 (patch)
tree2dfda8aa29023fca37e1f5127d2e5e6fae1c6180 /drivers/net/Kconfig
parente4c780b1ffc7d7bc27b7dc57fcf17ebb8d3006bc (diff)
[PATCH] Freescale QE UCC gigabit ethernet driver
QE(QUICC Engine) is a new generation communication coprocessor, which can be found on some of the latest Freescale PowerQUICC CPUs(e.g. MPC8360). The UCC(Unified Communications Controller) module of QE can work as gigabit Ethernet device. This patch provides driver for the device. Signed-off-by: Shlomi Gridish <gridish@freescale.com> Signed-off-by: Li Yang <leoli@freescale.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig27
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
2222config 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
2229config UGETH_NAPI
2230 bool "NAPI Support"
2231 depends on UCC_GETH
2232
2233config UGETH_MAGIC_PACKET
2234 bool "Magic Packet detection support"
2235 depends on UCC_GETH
2236
2237config UGETH_FILTERING
2238 bool "Mac address filtering support"
2239 depends on UCC_GETH
2240
2241config UGETH_TX_ON_DEMOND
2242 bool "Transmit on Demond support"
2243 depends on UCC_GETH
2244
2245config UGETH_HAS_GIGA
2246 bool
2247 depends on UCC_GETH && MPC836x
2248
2222config MV643XX_ETH 2249config 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