summaryrefslogtreecommitdiff
path: root/drivers/power/pmic/Kconfig
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2019-10-24 12:30:50 +0300
committerTom Rini <trini@konsulko.com>2019-11-08 02:39:16 +0300
commit6b86dd0c1eadab4382c394d2c17379f5c762f210 (patch)
treeb18afefe810e43d2d24e32842c0bbc1ab7088877 /drivers/power/pmic/Kconfig
parent9a03e50c5fad1daff7335dafa5b8b7e2a66ce6c9 (diff)
downloadu-boot-6b86dd0c1eadab4382c394d2c17379f5c762f210.tar.xz
power: pmic: tps65941: Add support for tps65941 family of PMICs
Add support to bind the regulators/child nodes with the pmic. Signed-off-by: Keerthy <j-keerthy@ti.com>
Diffstat (limited to 'drivers/power/pmic/Kconfig')
-rw-r--r--drivers/power/pmic/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/pmic/Kconfig b/drivers/power/pmic/Kconfig
index 4718dc700c..b4bf018674 100644
--- a/drivers/power/pmic/Kconfig
+++ b/drivers/power/pmic/Kconfig
@@ -275,3 +275,10 @@ config SPL_PMIC_LP87565
help
The LP87565 is a PMIC containing a bunch of SMPS.
This driver binds the pmic children in SPL.
+
+config PMIC_TPS65941
+ bool "Enable driver for Texas Instruments TPS65941 PMIC"
+ depends on DM_PMIC
+ help
+ The TPS65941 is a PMIC containing a bunch of SMPS & LDOs.
+ This driver binds the pmic children.