diff options
Diffstat (limited to 'drivers/net/Kconfig')
-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 c3f9f599f134..753695b624b3 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
@@ -2272,11 +2272,12 @@ config GFAR_NAPI | |||
2272 | depends on GIANFAR | 2272 | depends on GIANFAR |
2273 | 2273 | ||
2274 | config UCC_GETH | 2274 | config UCC_GETH |
2275 | tristate "Freescale QE UCC GETH" | 2275 | tristate "Freescale QE Gigabit Ethernet" |
2276 | depends on QUICC_ENGINE && UCC_FAST | 2276 | depends on QUICC_ENGINE |
2277 | select UCC_FAST | ||
2277 | help | 2278 | help |
2278 | This driver supports the Gigabit Ethernet mode of QE UCC. | 2279 | This driver supports the Gigabit Ethernet mode of the QUICC Engine, |
2279 | QE can be found on MPC836x CPUs. | 2280 | which is available on some Freescale SOCs. |
2280 | 2281 | ||
2281 | config UGETH_NAPI | 2282 | config UGETH_NAPI |
2282 | bool "NAPI Support" | 2283 | bool "NAPI Support" |