Commit 47fe819e authored by Kumar Gala's avatar Kumar Gala

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: default avatarKumar Gala <galak@kernel.crashing.org>
parent 6d251ddf
...@@ -266,7 +266,7 @@ config TAU_AVERAGE ...@@ -266,7 +266,7 @@ config TAU_AVERAGE
config QUICC_ENGINE config QUICC_ENGINE
bool "Freescale QUICC Engine (QE) Support" bool "Freescale QUICC Engine (QE) Support"
depends on FSL_SOC depends on FSL_SOC && PPC32
select PPC_LIB_RHEAP select PPC_LIB_RHEAP
select CRC32 select CRC32
help help
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment