summaryrefslogtreecommitdiff
path: root/drivers/power/pmic/Kconfig
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2016-09-30 07:04:02 +0300
committerSimon Glass <sjg@chromium.org>2016-10-11 19:17:06 +0300
commitca1de0b5456e630522c0afe5a556e6851b8afe1e (patch)
tree83f8c8080b644310201e754d4c8d5c98ce7bed53 /drivers/power/pmic/Kconfig
parent08941bb99d0f668273cda13283e43e7ee227474d (diff)
downloadu-boot-ca1de0b5456e630522c0afe5a556e6851b8afe1e.tar.xz
power: pmic: lp873x: Add the base pmic support
Add support to bind the regulators/child nodes with the pmic. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
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 1a85566ff2..ce204b36ca 100644
--- a/drivers/power/pmic/Kconfig
+++ b/drivers/power/pmic/Kconfig
@@ -150,3 +150,10 @@ config PMIC_PALMAS
---help---
The PALMAS is a PMIC containing several LDOs, SMPS.
This driver binds the pmic children.
+
+config PMIC_LP873X
+ bool "Enable driver for Texas Instruments LP873X PMIC"
+ depends on DM_PMIC
+ ---help---
+ The LP873X is a PMIC containing couple of LDOs and couple of SMPS.
+ This driver binds the pmic children.