summaryrefslogtreecommitdiff
path: root/drivers/power/regulator/Makefile
diff options
context:
space:
mode:
authorKeerthy <j-keerthy@ti.com>2019-10-24 15:00:51 +0530
committerTom Rini <trini@konsulko.com>2019-11-07 18:39:17 -0500
commit065a452ae6a11dd9aa3cd0ba185f580c0c81ae2c (patch)
tree59981582cc9b0cc9cd56fb73aa20089b6ebafe70 /drivers/power/regulator/Makefile
parent6b86dd0c1eadab4382c394d2c17379f5c762f210 (diff)
downloadu-boot-065a452ae6a11dd9aa3cd0ba185f580c0c81ae2c.tar.gz
power: regulator: tps65941: add regulator support
The driver provides regulator set/get voltage enable/disable functions for tps65941 family of PMICs. Signed-off-by: Keerthy <j-keerthy@ti.com>
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 9198841b4f..b611c901ba 100644
--- a/drivers/power/regulator/Makefile
+++ b/drivers/power/regulator/Makefile
@@ -28,3 +28,4 @@ obj-$(CONFIG_$(SPL_)DM_REGULATOR_STM32_VREFBUF) += stm32-vrefbuf.o
obj-$(CONFIG_DM_REGULATOR_TPS65910) += tps65910_regulator.o
obj-$(CONFIG_DM_REGULATOR_TPS62360) += tps62360_regulator.o
obj-$(CONFIG_$(SPL_)DM_REGULATOR_STPMIC1) += stpmic1.o
+obj-$(CONFIG_DM_REGULATOR_TPS65941) += tps65941_regulator.o