summaryrefslogtreecommitdiff
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorAshwin Joshi <asjoshi@nvidia.com>2013-08-06 17:45:05 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:42:44 -0700
commit65f10b035d046637de77d8a76549eb29ccbe1d06 (patch)
tree0aea61e54b2d341c9ef188bbe73733385f2e3907 /drivers/regulator/Makefile
parent000e54c0334a274bd8f36be5039df6bbff4f09f8 (diff)
regulator: max15569: Add regulator driver.
Add regulator driver for max15569 chip. This chip is present on automotive platform. Bug 1319925 Change-Id: Ib02f94376ee3560c2891b78ec355c3f246b00dd4 Signed-off-by: Ashwin Joshi <asjoshi@nvidia.com> Reviewed-on: http://git-master/r/262306 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com>
Diffstat (limited to 'drivers/regulator/Makefile')
-rw-r--r--drivers/regulator/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile
index 671aa82f7435..c151994dde63 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -44,6 +44,7 @@ obj-$(CONFIG_REGULATOR_MAX8998) += max8998.o
obj-$(CONFIG_REGULATOR_MAX8907C) += max8907c-regulator.o
obj-$(CONFIG_REGULATOR_MAX77686) += max77686.o
obj-$(CONFIG_REGULATOR_MAX77663) += max77663-regulator.o
+obj-$(CONFIG_REGULATOR_MAX15569) += max15569-regulator.o
obj-$(CONFIG_REGULATOR_AS3720) += as3720-regulator.o
obj-$(CONFIG_REGULATOR_TPS6591X) += tps6591x-regulator.o
obj-$(CONFIG_REGULATOR_TPS65090) += tps65090-regulator.o