[PATCH] arm64: defconfig: make TPS6594 support build-in
From: Michael Walle
Date: Thu Nov 20 2025 - 02:57:15 EST
The Kontron SMARC-sAM67 module needs the TPS6594 regulator driver to
boot from SD card, i.e. for its root filesystem.
Signed-off-by: Michael Walle <mwalle@xxxxxxxxxx>
---
Arnd, the PR from TI [1] (which contains the device trees for this
board) is already out, so I'm sending this to the soc ML directly.
Let me know if this can still be applied, if not, I'll have to wait
for the next window.
[1] https://lore.kernel.org/linux-arm-kernel/a07364c1-5a4c-474f-be21-96f38bfe9130@xxxxxx/
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 f8bcae89c260..e29a41c54b8f 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -824,7 +824,7 @@ CONFIG_RZ_MTU3=y
CONFIG_MFD_TI_AM335X_TSCADC=m
CONFIG_MFD_TI_LP873X=m
CONFIG_MFD_TPS65219=y
-CONFIG_MFD_TPS6594_I2C=m
+CONFIG_MFD_TPS6594_I2C=y
CONFIG_MFD_ROHM_BD718XX=y
CONFIG_MFD_STM32_LPTIMER=m
CONFIG_MFD_STM32_TIMERS=m
--
2.47.3