From f6cb27a376c9054e90edf2a01d74c96c71f0d11f Mon Sep 17 00:00:00 2001 From: Zhao Qiang <qiang.zhao@nxp.com> Date: Fri, 20 Oct 2017 12:06:14 +0800 Subject: [PATCH] ARM: multi_v8.config: fix PFE compile issue add CONFIG_FSL_PPFE_UTIL_DISABLED to arm32 Signed-off-by: Zhao Qiang <qiang.zhao@nxp.com> --- arch/arm/configs/multi_v8.config | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/multi_v8.config b/arch/arm/configs/multi_v8.config index 091783b97b32d2..5c5b3b6ea98a2f 100644 --- a/arch/arm/configs/multi_v8.config +++ b/arch/arm/configs/multi_v8.config @@ -1,5 +1,6 @@ # ppfe CONFIG_FSL_PPFE=y +CONFIG_FSL_PPFE_UTIL_DISABLED=y # DPAA 1 CONFIG_HAS_FSL_QBMAN=y # network -- GitLab