[PATCH 1/1] arm64: defconfig: Make I2C_QCOM_GENI built-in
From: Viken Dadhaniya
Date: Wed Dec 03 2025 - 21:21:43 EST
Require I2C over GENI during early boot on some Qualcomm platforms to
initialize GPIO expanders that control SD card detection. Without this
driver built-in, the kernel cannot detect the root filesystem device
when modules are unavailable.
Make I2C_QCOM_GENI built-in to ensure these systems can boot without
an initramfs.
Signed-off-by: Viken Dadhaniya <viken.dadhaniya@xxxxxxxxxxxxxxxx>
---
arch/arm64/configs/defconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index cdb7d69e3b24..8d85a2255b07 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -562,7 +562,7 @@ CONFIG_I2C_OMAP=y
CONFIG_I2C_OWL=y
CONFIG_I2C_PXA=y
CONFIG_I2C_QCOM_CCI=m
-CONFIG_I2C_QCOM_GENI=m
+CONFIG_I2C_QCOM_GENI=y
CONFIG_I2C_QUP=y
CONFIG_I2C_RIIC=y
CONFIG_I2C_RK3X=y
--
2.34.1