From: Kumar Gala Date: Fri, 20 May 2011 05:00:21 +0000 (-0500) Subject: powerpc/qe: Limit QE support to ppc32 X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=47fe819e7555b31d24f8a11d9b2568d8f5de8b01;p=deliverable%2Flinux.git 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 --- 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 config QUICC_ENGINE bool "Freescale QUICC Engine (QE) Support" - depends on FSL_SOC + depends on FSL_SOC && PPC32 select PPC_LIB_RHEAP select CRC32 help