From 272fc0a73baced6462917af85e2d1fcda47668a7 Mon Sep 17 00:00:00 2001 From: "Isaac J. Manjarres" Date: Wed, 13 Oct 2021 15:44:26 -0700 Subject: [PATCH] ANDROID: GKI: Disable CONFIG_ZONE_DMA on x86 Disable this config to remove unused zone. Bug: 202983514 Change-Id: Ia56b0e3394db6801956980bccb09f233cc5bc106 Signed-off-by: Isaac J. Manjarres --- arch/x86/configs/gki_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/x86/configs/gki_defconfig b/arch/x86/configs/gki_defconfig index 0b966261eab1..63cb0d2912b3 100644 --- a/arch/x86/configs/gki_defconfig +++ b/arch/x86/configs/gki_defconfig @@ -92,6 +92,7 @@ CONFIG_CLEANCACHE=y CONFIG_CMA=y CONFIG_CMA_DEBUGFS=y CONFIG_CMA_AREAS=16 +# CONFIG_ZONE_DMA is not set CONFIG_NET=y CONFIG_PACKET=y CONFIG_UNIX=y