summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorMark Brown <broonie@kernel.org>2022-12-02 14:53:13 +0100
committerMark Brown <broonie@kernel.org>2022-12-02 14:53:13 +0100
commit1d2633848e742be3e4dc2a7c064088a18b4756d8 (patch)
treef0ad7d6bf5f5c31dd0b4c2ba754cd1fa591850f5 /drivers/regulator/Makefile
parentregulator: core: fix resource leak in regulator_register() (diff)
parentregulator: add mt6357 regulator (diff)
downloadlinux-1d2633848e742be3e4dc2a7c064088a18b4756d8.tar.xz
linux-1d2633848e742be3e4dc2a7c064088a18b4756d8.zip
Add MediaTek MT6357 PMIC support
Merge series from Alexandre Mergnat <amergnat@baylibre.com>: This adds regulator support for the MT6357 PMIC.
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 c3b5cf6cceab..b9f5eb35bf5f 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -97,6 +97,7 @@ obj-$(CONFIG_REGULATOR_MT6315) += mt6315-regulator.o
obj-$(CONFIG_REGULATOR_MT6323) += mt6323-regulator.o
obj-$(CONFIG_REGULATOR_MT6331) += mt6331-regulator.o
obj-$(CONFIG_REGULATOR_MT6332) += mt6332-regulator.o
+obj-$(CONFIG_REGULATOR_MT6357) += mt6357-regulator.o
obj-$(CONFIG_REGULATOR_MT6358) += mt6358-regulator.o
obj-$(CONFIG_REGULATOR_MT6359) += mt6359-regulator.o
obj-$(CONFIG_REGULATOR_MT6360) += mt6360-regulator.o