aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorBartosz Golaszewski <bgolaszewski@baylibre.com>2019-01-29 14:35:40 +0100
committerMark Brown <broonie@kernel.org>2019-01-29 15:22:12 +0000
commitbcc61f1c44fd21ef0095c38553d2adfe9c1ccae1 (patch)
treebf63ac323baa66c83ebc87b79582b8e7faa35ea5 /drivers/regulator/Makefile
parentregulator: isl6271a: Constify isl_core_ops and isl_fixed_ops (diff)
downloadlinux-dev-bcc61f1c44fd21ef0095c38553d2adfe9c1ccae1.tar.xz
linux-dev-bcc61f1c44fd21ef0095c38553d2adfe9c1ccae1.zip
regulator: max77650: add regulator support
Add regulator support for max77650. We support all four variants of this PMIC including non-linear voltage table for max77651 SBB1 rail. Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com> Signed-off-by: Mark Brown <broonie@kernel.org>
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 960406952119..1169f8a27d91 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -61,6 +61,7 @@ obj-$(CONFIG_REGULATOR_LTC3676) += ltc3676.o
obj-$(CONFIG_REGULATOR_MAX14577) += max14577-regulator.o
obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o
obj-$(CONFIG_REGULATOR_MAX77620) += max77620-regulator.o
+obj-$(CONFIG_REGULATOR_MAX77650) += max77650-regulator.o
obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o
obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o
obj-$(CONFIG_REGULATOR_MAX8907) += max8907-regulator.o