From 3c9afeb85ae407280d6ea103f77e2b612a8b6eb7 Mon Sep 17 00:00:00 2001 From: "Isaac J. Manjarres" Date: Mon, 21 Jul 2025 19:34:45 +0000 Subject: [PATCH] ANDROID: Remove miscellaneous kernel support from microdroid Microdroid doesn't need to support firmware loading, so remove that. Also, it doesn't need human interaction devices, so remove support for that as well. Bug: 432329937 Change-Id: I657a28475234aaf4bb5bd9cef3e0d944b7bc7723 Signed-off-by: Isaac J. Manjarres --- arch/arm64/configs/microdroid_defconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm64/configs/microdroid_defconfig b/arch/arm64/configs/microdroid_defconfig index d6065b4702cf..c8cab229b531 100644 --- a/arch/arm64/configs/microdroid_defconfig +++ b/arch/arm64/configs/microdroid_defconfig @@ -76,7 +76,7 @@ CONFIG_PCI_HOST_GENERIC=y CONFIG_PCIE_KIRIN=y CONFIG_PCIE_DW_PLAT_EP=y CONFIG_PCI_ENDPOINT=y -CONFIG_FW_LOADER_USER_HELPER=y +# CONFIG_FW_LOADER is not set CONFIG_ARM_SCMI_PROTOCOL=y CONFIG_ZRAM=y CONFIG_BLK_DEV_LOOP=y @@ -110,7 +110,7 @@ CONFIG_POWER_RESET_SYSCON=y # CONFIG_HWMON is not set CONFIG_WATCHDOG=y CONFIG_WATCHDOG_CORE=y -# CONFIG_HID is not set +# CONFIG_HID_SUPPORT is not set # CONFIG_USB_SUPPORT is not set CONFIG_EDAC=y CONFIG_RTC_CLASS=y