[PATCH 1/2] arm64: configs: defconfig: Make TPS65219 regulator built-in

Vignesh Raghavendra vigneshr at ti.com
Thu Mar 30 03:59:20 PDT 2023


These regulators control SD card power supply and thus need to be
built-in to support SD card rootfs, which is common for embedded
devkits and EVMs.

bloat-o-meter:
add/remove: 13/0 grow/shrink: 0/0 up/down: 1724/0 (1724)
Total: Before=17068776, After=17070500, chg +0.01%

Signed-off-by: Vignesh Raghavendra <vigneshr at ti.com>
---
 arch/arm64/configs/defconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d206a9120ee4..a502d9dc4b57 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -691,7 +691,7 @@ CONFIG_MFD_SPMI_PMIC=y
 CONFIG_MFD_RK808=y
 CONFIG_MFD_SEC_CORE=y
 CONFIG_MFD_SL28CPLD=y
-CONFIG_MFD_TPS65219=m
+CONFIG_MFD_TPS65219=y
 CONFIG_MFD_ROHM_BD718XX=y
 CONFIG_MFD_WCD934X=m
 CONFIG_REGULATOR_FIXED_VOLTAGE=y
@@ -721,7 +721,7 @@ CONFIG_REGULATOR_QCOM_SPMI=y
 CONFIG_REGULATOR_RK808=y
 CONFIG_REGULATOR_S2MPS11=y
 CONFIG_REGULATOR_TPS65132=m
-CONFIG_REGULATOR_TPS65219=m
+CONFIG_REGULATOR_TPS65219=y
 CONFIG_REGULATOR_VCTRL=m
 CONFIG_RC_CORE=m
 CONFIG_RC_DECODERS=y
-- 
2.40.0




More information about the linux-arm-kernel mailing list