]> git.sur5r.net Git - u-boot/blobdiff - drivers/power/pmic/Kconfig
rockchip: mkimage: remove (left-over) assignment w/o effect [coverity]
[u-boot] / drivers / power / pmic / Kconfig
index 13d293a93d30d2d439f72ddbd4f931df10396f85..03fea078daa5a57b3f8b6908de60a3a0ab393246 100644 (file)
@@ -54,6 +54,28 @@ config DM_PMIC_MAX77686
        This config enables implementation of driver-model pmic uclass features
        for PMIC MAX77686. The driver implements read/write operations.
 
+config DM_PMIC_MAX8998
+       bool "Enable Driver Model for PMIC MAX8998"
+       depends on DM_PMIC
+       ---help---
+       This config enables implementation of driver-model pmic uclass features
+       for PMIC MAX8998. The driver implements read/write operations.
+
+config PMIC_MAX8997
+       bool "Enable Driver Model for PMIC MAX8997"
+       depends on DM_PMIC
+       ---help---
+       This config enables implementation of driver-model pmic uclass features
+       for PMIC MAX8997. The driver implements read/write operations.
+       This is a Power Management IC with RTC, Fuel Gauge, MUIC control on Chip.
+       - 21x LDOs
+       - 12x GPIOs
+       - Haptic Motor driver
+       - RTC with two alarms
+       - Fueal Gauge and One backup battery charger
+       - MUIC
+       - Others
+
 config PMIC_PM8916
        bool "Enable Driver Model for Qualcomm PM8916 PMIC"
        depends on DM_PMIC
@@ -143,3 +165,24 @@ config PMIC_TPS65090
        FETs and a battery charger. This driver provides register access
        only, and you can enable the regulator/charger drivers separately if
        required.
+
+config PMIC_PALMAS
+       bool "Enable driver for Texas Instruments PALMAS PMIC"
+       depends on DM_PMIC
+       ---help---
+       The PALMAS is a PMIC containing several LDOs, SMPS.
+       This driver binds the pmic children.
+
+config PMIC_LP873X
+       bool "Enable driver for Texas Instruments LP873X PMIC"
+       depends on DM_PMIC
+       ---help---
+       The LP873X is a PMIC containing couple of LDOs and couple of SMPS.
+       This driver binds the pmic children.
+
+config POWER_MC34VR500
+       bool "Enable driver for Freescale MC34VR500 PMIC"
+       ---help---
+       The MC34VR500 is used in conjunction with the FSL T1 and LS1 series
+       SoC. It provides 4 buck DC-DC convertors and 5 LDOs, and it is accessed
+       via an I2C interface.