From c52d9b893d16e1a4f07c66f200d7e5dae1844b3d Mon Sep 17 00:00:00 2001 From: Dong Aisheng Date: Wed, 27 Nov 2019 21:22:45 +0800 Subject: [PATCH] MLK-21599-2 arm64: defconfig: FORCE_MAX_ZONEORDER default 14 for imx This patch change MAX_ZONEORDER default to 14 on i.MX8 platforms due to GPU/DISPLAY large continuous physical memory requires it This also aligned with previous imx releases on imx6/7/8 Reviewed-by: Leonard Crestez Signed-off-by: Jason Liu Signed-off-by: Dong Aisheng --- arch/arm64/configs/imx.config | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/configs/imx.config b/arch/arm64/configs/imx.config index acd6c75242f4..50ad407c2f61 100644 --- a/arch/arm64/configs/imx.config +++ b/arch/arm64/configs/imx.config @@ -1,3 +1,8 @@ +# imx specific options +# +# required by GPU +CONFIG_FORCE_MAX_ZONEORDER=14 + # disable other ARCH CONFIG_ARCH_AGILEX=n CONFIG_ARCH_SUNXI=n