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