aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2021-06-07 16:23:06 +0100
committerMark Brown <broonie@kernel.org>2021-06-07 16:23:06 +0100
commit4388daa8e2c7ad9db10c424ab416ddf5fa960c47 (patch)
tree74744e8aee38602bc5e315d33cd7712e3ee42863 /drivers/regulator/Makefile
parentregulator: fan53555: add tcs4526 (diff)
parentregulator: mt6359: Add support for MT6359P regulator (diff)
downloadlinux-dev-4388daa8e2c7ad9db10c424ab416ddf5fa960c47.tar.xz
linux-dev-4388daa8e2c7ad9db10c424ab416ddf5fa960c47.zip
Merge tag 'tb-mfd-regulator-rtc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into regulator-5.14
Immutable branch between MFD, Regulator and RTC due for the v5.14 merge window
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 4143a418ff64..59ce3359a84a 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -93,6 +93,7 @@ obj-$(CONFIG_REGULATOR_MT6311) += mt6311-regulator.o
obj-$(CONFIG_REGULATOR_MT6315) += mt6315-regulator.o
obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o
obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o
+obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o
obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o
obj-$(CONFIG_REGULATOR_MT6380) += mt6380-regulator.o
obj-$(CONFIG_REGULATOR_MT6397) += mt6397-regulator.o