summaryrefslogtreecommitdiff
path: root/drivers/power/regulator/Makefile
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2016-09-30 04:04:03 (GMT)
committerSimon Glass <sjg@chromium.org>2016-10-11 16:17:06 (GMT)
commit99785de83e8198b5d5468453d49a8735b048983d (patch)
tree651cabede3462d6d9d51e3ab4658bd3da7bb73d0 /drivers/power/regulator/Makefile
parentca1de0b5456e630522c0afe5a556e6851b8afe1e (diff)
downloadu-boot-99785de83e8198b5d5468453d49a8735b048983d.tar.xz
power: regulator: lp873x: Add regulator support
The driver provides regulator set/get voltage enable/disable functions for lp873x family of PMICs. Signed-off-by: Keerthy <j-keerthy@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/power/regulator/Makefile')
-rw-r--r--drivers/power/regulator/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/regulator/Makefile b/drivers/power/regulator/Makefile
index c979b51..6002c88 100644
--- a/drivers/power/regulator/Makefile
+++ b/drivers/power/regulator/Makefile
@@ -17,3 +17,4 @@ obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
obj-$(CONFIG_DM_REGULATOR_SANDBOX) += sandbox.o
obj-$(CONFIG_REGULATOR_TPS65090) += tps65090_regulator.o
obj-$(CONFIG_$(SPL_)DM_REGULATOR_PALMAS) += palmas_regulator.o
+obj-$(CONFIG_$(SPL_)DM_REGULATOR_LP873X) += lp873x_regulator.o