]> git.sur5r.net Git - u-boot/blobdiff - drivers/power/pmic/Kconfig
pmic: add stpmu1 support
[u-boot] / drivers / power / pmic / Kconfig
index 5d49c93f32a2915b897512aeb8308391bdf4946f..40ab9f7fa519802e1e98e7698afcc98edf35f6e9 100644 (file)
@@ -209,3 +209,11 @@ config DM_PMIC_TPS65910
        The TPS65910 is a PMIC containing 3 buck DC-DC converters, one boost
        DC-DC converter, 8 LDOs and a RTC. This driver binds the SMPS and LDO
        pmic children.
+
+config PMIC_STPMU1
+       bool "Enable support for STMicroelectronics STPMU1 PMIC"
+       depends on DM_PMIC && DM_I2C
+       ---help---
+       The STPMU1 PMIC provides 4 BUCKs, 6 LDOs, 1 VREF and 2 power switches.
+       It is accessed via an I2C interface. The device is used with STM32MP1
+       SoCs. This driver implements register read/write operations.