From 9450d0b07b5ea2f0eb8dbf751db3e4ed6bd495c9 Mon Sep 17 00:00:00 2001 From: "joe.liu" Date: Mon, 16 Jun 2025 11:36:59 +0800 Subject: [PATCH] ANDROID: tvgki: disabling CONFIG_KVM in tvgki Disabling CONFIG_KVM is supposed to reduce the carveout memory usage, which is 1MB in our test result if you are already adding kvm-arm.mode=protected in the bootargs, which can save at least 16MB in our test scenario. Bug: 422353991 Change-Id: I4b2868cd5c41fa05d986d3818769fc561972e889 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 c9cd628022b1..e1ba0bd3056d 100644 --- a/arch/arm64/configs/tv_gki.fragment +++ b/arch/arm64/configs/tv_gki.fragment @@ -1,3 +1,4 @@ # CONFIG_ANDROID_KABI_RESERVE is not set # CONFIG_ANDROID_VENDOR_OEM_DATA is not set # CONFIG_BLK_DEV_NVME is not set +# CONFIG_KVM is not set