]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - drivers/power/pmic/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-spi
[thirdparty/u-boot.git] / drivers / power / pmic / Kconfig
index 40ab9f7fa519802e1e98e7698afcc98edf35f6e9..b0cd26035432c7d9ef69d96d5efe182a2f21f9ef 100644 (file)
@@ -48,6 +48,20 @@ config PMIC_AS3722
          interface and is designs to cover most of the power managementment
          required for a tablets or laptop.
 
+config DM_PMIC_FAN53555
+       bool "Enable support for OnSemi FAN53555"
+       depends on DM_PMIC && DM_REGULATOR && DM_I2C
+       select DM_REGULATOR_FAN53555
+       help
+         This config enables implementation of driver-model PMIC
+         uclass features for the FAN53555 regulator. The FAN53555 is
+         a (family of) single-output regulators that supports
+         transitioning between two different output voltages based on
+         an voltage selection pin.
+
+         The driver implements read/write operations for use with the FAN53555
+         regulator driver and binds the regulator driver to its node.
+
 config DM_PMIC_PFUZE100
        bool "Enable Driver Model for PMIC PFUZE100"
        depends on DM_PMIC
@@ -69,6 +83,13 @@ config DM_PMIC_MAX8998
        This config enables implementation of driver-model pmic uclass features
        for PMIC MAX8998. The driver implements read/write operations.
 
+config DM_PMIC_MC34708
+       bool "Enable Driver Model for PMIC MC34708"
+       depends on DM_PMIC
+       help
+        This config enables implementation of driver-model pmic uclass features
+        for PMIC MC34708. The driver implements read/write operations.
+
 config PMIC_MAX8997
        bool "Enable Driver Model for PMIC MAX8997"
        depends on DM_PMIC
@@ -124,7 +145,7 @@ config PMIC_S2MPS11
        Binding info: doc/device-tree-bindings/pmic/s2mps11.txt
 
 config DM_PMIC_SANDBOX
-       bool "Enable Driver Model for emulated Sandbox PMIC "
+       bool "Enable Driver Model for emulated Sandbox PMIC"
        depends on DM_PMIC
        ---help---
        Enable the driver for Sandbox PMIC emulation. The emulated PMIC device
@@ -210,10 +231,10 @@ config DM_PMIC_TPS65910
        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"
+config PMIC_STPMIC1
+       bool "Enable support for STMicroelectronics STPMIC1 PMIC"
        depends on DM_PMIC && DM_I2C
        ---help---
-       The STPMU1 PMIC provides 4 BUCKs, 6 LDOs, 1 VREF and 2 power switches.
+       The STPMIC1 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.