Re: [PATCH v2] qe: fix compile issue for arm64

From: Michael Ellerman
Date: Fri Jul 28 2017 - 02:13:58 EST


Zhao Qiang <qiang.zhao@xxxxxxx> writes:

> Signed-off-by: Zhao Qiang <qiang.zhao@xxxxxxx>
> ---
> Changes for v2:
> - include all Errata QE_General4 in #ifdef
>
> drivers/soc/fsl/qe/qe.c | 2 ++
> 1 file changed, 2 insertions(+)

AFAICS this driver can only be built on PPC, what am I missing?

config QUICC_ENGINE
bool "Freescale QUICC Engine (QE) Support"
depends on FSL_SOC && PPC32

cheers