summaryrefslogtreecommitdiff
path: root/drivers/power/pmic/Kconfig
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2016-09-30 06:50:43 +0300
committerSimon Glass <sjg@chromium.org>2016-10-11 19:17:05 +0300
commit33621d247e771168ebaab2218d02e625371d144a (patch)
treed2c775025a378d649ccdf5977d4b2c24f4f23d32 /drivers/power/pmic/Kconfig
parent34514b8b9ce287e2b8e90c77974889d8c53656fe (diff)
downloadu-boot-33621d247e771168ebaab2218d02e625371d144a.tar.xz
power: pmic: Palmas: Add the base pmic support
Add support to bind the regulators/child nodes with the pmic. Also adds the pmic i2c based read/write funtions to access pmic registers. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.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 13d293a93d..1a85566ff2 100644
--- a/drivers/power/pmic/Kconfig
+++ b/drivers/power/pmic/Kconfig
@@ -143,3 +143,10 @@ config PMIC_TPS65090
FETs and a battery charger. This driver provides register access
only, and you can enable the regulator/charger drivers separately if
required.
+
+config PMIC_PALMAS
+ bool "Enable driver for Texas Instruments PALMAS PMIC"
+ depends on DM_PMIC
+ ---help---
+ The PALMAS is a PMIC containing several LDOs, SMPS.
+ This driver binds the pmic children.