From: André Draszik Date: Fri, 27 Jun 2025 13:29:30 +0000 (+0100) Subject: arm64: defconfig: enable Samsung PMIC over ACPM X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7d7aebed4005b9c287f9bd9d22c273da63c9028;p=thirdparty%2Flinux.git arm64: defconfig: enable Samsung PMIC over ACPM Enable the Samsung s2mpg1x driver as this is used by the gs101-oriole and gs101-raven (Google Pixel 6 and Pixel 6 Pro) boards. It communicates over ACPM instead of I2C, hence the additional defconfig item. Signed-off-by: André Draszik Link: https://lore.kernel.org/r/20250627-gs101-reboot3-v1-1-c3ae49657b1f@linaro.org Signed-off-by: Krzysztof Kozlowski --- diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 6a10cb352c9d4..0866569a55009 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -775,6 +775,7 @@ CONFIG_MFD_MT6397=y CONFIG_MFD_SPMI_PMIC=y CONFIG_MFD_RK8XX_I2C=y CONFIG_MFD_RK8XX_SPI=y +CONFIG_MFD_SEC_ACPM=m CONFIG_MFD_SEC_I2C=y CONFIG_MFD_SL28CPLD=y CONFIG_RZ_MTU3=y