aboutsummaryrefslogtreecommitdiff
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorGravatar Alina Yu <alina_yu@richtek.com> 2023-08-07 14:28:07 +0800
committerGravatar Mark Brown <broonie@kernel.org> 2023-08-07 14:33:23 +0100
commit85a11f55621a0c18b22b43ab4219450ac1d19386 (patch)
tree06895ba02fd11ee04521f5fbc7a32c44acc14231 /drivers/regulator/Makefile
parentregulator: dt-bindings: rtq2208: Add Richtek RTQ2208 SubPMIC (diff)
downloadlinux-85a11f55621a0c18b22b43ab4219450ac1d19386.tar.gz
linux-85a11f55621a0c18b22b43ab4219450ac1d19386.tar.bz2
linux-85a11f55621a0c18b22b43ab4219450ac1d19386.zip
regulator: rtq2208: Add Richtek RTQ2208 SubPMIC driver
Add support for the RTQ2208 SubPMIC This ic integrates with configurable, synchrnous buck converters and two ldos. Signed-off-by: Alina Yu <alina_yu@richtek.com> Link: https://lore.kernel.org/r/1691389687-31211-3-git-send-email-alina_yu@richtek.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 77b22bdd2791..67468cfcc4f3 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -147,6 +147,7 @@ obj-$(CONFIG_REGULATOR_RT6245) += rt6245-regulator.o
obj-$(CONFIG_REGULATOR_RTMV20) += rtmv20-regulator.o
obj-$(CONFIG_REGULATOR_RTQ2134) += rtq2134-regulator.o
obj-$(CONFIG_REGULATOR_RTQ6752) += rtq6752-regulator.o
+obj-$(CONFIG_REGULATOR_RTQ2208) += rtq2208-regulator.o
obj-$(CONFIG_REGULATOR_S2MPA01) += s2mpa01.o
obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o
obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o