aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2011-05-20 01:00:21 -0400
committerKumar Gala <galak@kernel.crashing.org>2011-06-22 22:44:58 -0400
commit47fe819e7555b31d24f8a11d9b2568d8f5de8b01 (patch)
tree2259b5afe4eb8cc1a7c800594089b71449355130 /arch/powerpc
parent6d251ddff82d61ebff211f95ce826f8d81283181 (diff)
powerpc/qe: Limit QE support to ppc32
Only 32-bit SoCs have a QUICC Engine so limit the config option to PPC32. Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/platforms/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/platforms/Kconfig b/arch/powerpc/platforms/Kconfig
index f970ca2b180c..546ceeaba670 100644
--- a/arch/powerpc/platforms/Kconfig
+++ b/arch/powerpc/platforms/Kconfig
@@ -266,7 +266,7 @@ config TAU_AVERAGE
266 266
267config QUICC_ENGINE 267config QUICC_ENGINE
268 bool "Freescale QUICC Engine (QE) Support" 268 bool "Freescale QUICC Engine (QE) Support"
269 depends on FSL_SOC 269 depends on FSL_SOC && PPC32
270 select PPC_LIB_RHEAP 270 select PPC_LIB_RHEAP
271 select CRC32 271 select CRC32
272 help 272 help