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>
This commit is contained in:
Kumar Gala 2011-05-20 00:00:21 -05:00
parent 6d251ddff8
commit 47fe819e75
1 changed files with 1 additions and 1 deletions

View File

@ -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