lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20251204022132.287243-1-viken.dadhaniya@oss.qualcomm.com>
Date: Thu,  4 Dec 2025 07:51:32 +0530
From: Viken Dadhaniya <viken.dadhaniya@....qualcomm.com>
To: linux-kernel@...r.kernel.org, krzk@...nel.org, geert+renesas@...der.be,
        bjorn.andersson@....qualcomm.com, arnd@...db.de, heiko@...ech.de,
        ebiggers@...nel.org, michal.simek@....com, luca.weiss@...rphone.com,
        nfraprado@...labora.com, prabhakar.mahadev-lad.rj@...renesas.com,
        kuninori.morimoto.gx@...esas.com
Cc: mukesh.savaliya@....qualcomm.com, linux-arm-msm@...r.kernel.org,
        trilok.soni@....qualcomm.com,
        Viken Dadhaniya <viken.dadhaniya@....qualcomm.com>
Subject: [PATCH 1/1] arm64: defconfig: Make I2C_QCOM_GENI built-in

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@....qualcomm.com>
---
 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


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ