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 /arch/powerpc/platforms/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 'arch/powerpc/platforms/Kconfig')
-rw-r--r-- | arch/powerpc/platforms/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig index 388a1bdd28e0..161ab797ad4c 100644 --- a/arch/powerpc/platforms/Kconfig +++ b/arch/powerpc/platforms/Kconfig | |||
@@ -27,8 +27,6 @@ endchoice | |||
27 | 27 | ||
28 | config QUICC_ENGINE | 28 | config QUICC_ENGINE |
29 | bool | 29 | bool |
30 | depends on PPC_MPC836x || PPC_MPC832x | ||
31 | default y | ||
32 | help | 30 | help |
33 | The QUICC Engine (QE) is a new generation of communications | 31 | The QUICC Engine (QE) is a new generation of communications |
34 | coprocessors on Freescale embedded CPUs (akin to CPM in older chips). | 32 | coprocessors on Freescale embedded CPUs (akin to CPM in older chips). |