diff options
author | Timur Tabi <timur@freescale.com> | 2007-03-12 16:40:27 -0400 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2007-03-26 18:05:22 -0400 |
commit | 7d776cb596994219584257eb5956b87628e5deaf (patch) | |
tree | f76a04f0e6e0ba69a744fb96ee7ea3296b412230 /drivers/net/Kconfig | |
parent | 9eb90a0c3b333e27db74412833a36da3f27da6a3 (diff) |
[POWERPC] QE: automatically select QE options
Change the Kconfig files so that the Freescale QE options are automatically
selected if a QE device is selected. Previously, you'd need to manually
select UCC_FAST if you want any "fast" UCC devices, such as Gigabit Ethernet.
Now, the QE Gigabit Ethernet option is always available if the device has a
QE, and UCC_FAST is automatically enabled. A side-effect is that the
"QE Options" menu no longer exists.
Signed-off-by: Timur Tabi <timur@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
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 5ff0922e628c..dae0aa408bc4 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" |