Skip to content

Commit

Permalink
powerpc/qe: Limit QE support to ppc32
Browse files Browse the repository at this point in the history
Only 32-bit SoCs have a QUICC Engine so limit the config option to PPC32.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
  • Loading branch information
Kumar Gala committed Jun 23, 2011
1 parent 6d251dd commit 47fe819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/powerpc/platforms/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47fe819

Please sign in to comment.