]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - drivers/power/pmic/Kconfig
dm: power: Add a new driver for the TPS65090 PMIC
[karo-tx-uboot.git] / drivers / power / pmic / Kconfig
index 164f42143fadb966a4eb64f90c271d7075850970..fd8af8161e8d2d9fece679ff63e357b527ceddc8 100644 (file)
@@ -41,3 +41,12 @@ 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_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.