]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/power/pmic/Kconfig
karo: fdt: fix panel-dpi support
[karo-tx-uboot.git] / drivers / power / pmic / Kconfig
index 164f42143fadb966a4eb64f90c271d7075850970..fc6a3743dc964d5121cdf419f8c1b602b9e422e8 100644 (file)
@@ -10,6 +10,13 @@ config DM_PMIC
        - 'drivers/power/pmic/pmic-uclass.c'
        - 'include/power/pmic.h'
 
+config DM_PMIC_PFUZE100
+       bool "Enable Driver Model for PMIC PFUZE100"
+       depends on DM_PMIC
+       ---help---
+       This config enables implementation of driver-model pmic uclass features
+       for PMIC PFUZE100. The driver implements read/write operations.
+
 config DM_PMIC_MAX77686
        bool "Enable Driver Model for PMIC MAX77686"
        depends on DM_PMIC
@@ -41,3 +48,21 @@ config DM_PMIC_SANDBOX
          - set by i2c emul driver's probe() (defaults in header)
 
        Driver binding info: doc/device-tree-bindings/pmic/sandbox.txt
+
+config PMIC_S5M8767
+       bool "Enable Driver Model for the Samsung S5M8767 PMIC"
+       depends on DM_PMIC
+       ---help---
+       The S5M8767 PMIC provides a large array of LDOs and BUCKs for use
+       as a SoC power controller. It also provides 32KHz clock outputs. This
+       driver provides basic register access and sets up the attached
+       regulators if regulator support is enabled.
+
+config PMIC_TPS65090
+       bool "Enable driver for Texas Instruments TPS65090 PMIC"
+       depends on DM_PMIC
+       ---help---
+       The TPS65090 is a PMIC containing several LDOs, DC to DC convertors,
+       FETs and a battery charger. This driver provides register access
+       only, and you can enable the regulator/charger drivers separately if
+       required.