]> git.sur5r.net Git - u-boot/blobdiff - drivers/power/pmic/Kconfig
pmic: dm: Add support for MC34708 for PMIC DM
[u-boot] / drivers / power / pmic / Kconfig
index 40ab9f7fa519802e1e98e7698afcc98edf35f6e9..d504c28b77fc97e6514eccdc415291f3445a4c1a 100644 (file)
@@ -69,6 +69,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