From c7ee6ca6742496e7bdc81c0fb094cbcef8dbb6cd Mon Sep 17 00:00:00 2001 From: "joe.liu" Date: Mon, 16 Jun 2025 10:29:54 +0800 Subject: [PATCH] ANDROID: tvgki: disabling CONFIG_ANDROID_KABI_RESERVE in tvgki Disabling CONFIG_ANDROID_KABI_RESERVE is supposed to reduce the hardware memory usage (allocating memory with alloc_pages()) since there is no any slab objects affected by this config, and the reduced hardware memory usage is about 8MB. Bug: 416069283 Change-Id: I92ab5b2682265f61f40ea39e3b8ef2b2677cf11a Signed-off-by: joe.liu --- arch/arm64/configs/tv_gki.fragment | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/tv_gki.fragment b/arch/arm64/configs/tv_gki.fragment index e69de29bb2d1..5fe1688e8cf1 100644 --- a/arch/arm64/configs/tv_gki.fragment +++ b/arch/arm64/configs/tv_gki.fragment @@ -0,0 +1 @@ +# CONFIG_ANDROID_KABI_RESERVE is not set