power: pmic: add the max8997 controller for DM
[oweals/u-boot.git] / drivers / power / pmic / Kconfig
index e7cc4053a49a64619c35e8fd1d9e528d16c004f2..03fea078daa5a57b3f8b6908de60a3a0ab393246 100644 (file)
@@ -61,6 +61,21 @@ config DM_PMIC_MAX8998
        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