aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index a3d46ea37126..890c85e2b4ae 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -2273,11 +2273,12 @@ config GFAR_NAPI
2273 depends on GIANFAR 2273 depends on GIANFAR
2274 2274
2275config UCC_GETH 2275config UCC_GETH
2276 tristate "Freescale QE UCC GETH" 2276 tristate "Freescale QE Gigabit Ethernet"
2277 depends on QUICC_ENGINE && UCC_FAST 2277 depends on QUICC_ENGINE
2278 select UCC_FAST
2278 help 2279 help
2279 This driver supports the Gigabit Ethernet mode of QE UCC. 2280 This driver supports the Gigabit Ethernet mode of the QUICC Engine,
2280 QE can be found on MPC836x CPUs. 2281 which is available on some Freescale SOCs.
2281 2282
2282config UGETH_NAPI 2283config UGETH_NAPI
2283 bool "NAPI Support" 2284 bool "NAPI Support"