]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/power/pmic/Kconfig
power: pmic: add the max8998 controller for DM
[people/ms/u-boot.git] / drivers / power / pmic / Kconfig
index ce204b36caad6ca83cf46541ee5a02cdf2386ab1..5e244c8741c2255fed7a09e7d75896546f1964c7 100644 (file)
@@ -54,6 +54,13 @@ 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_PM8916
        bool "Enable Driver Model for Qualcomm PM8916 PMIC"
        depends on DM_PMIC