summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorpascal paillet <p.paillet@st.com>2018-10-08 16:29:40 +0000
committerMark Brown <broonie@kernel.org>2018-10-08 18:28:10 +0100
commitca55b7185b74e73d2b39dc40efaf96100a2582cd (patch)
tree4abbbc2698a82a9c214d6d837f9c12d79704bfc2 /drivers/regulator/Makefile
parentdbd1709f7697932c8e24883dbf6025adc9fe6ff9 (diff)
downloadlinux-ca55b7185b74e73d2b39dc40efaf96100a2582cd.tar.gz
linux-ca55b7185b74e73d2b39dc40efaf96100a2582cd.tar.bz2
linux-ca55b7185b74e73d2b39dc40efaf96100a2582cd.zip
regulator: stpmic1: add stpmic1 regulator driver
The stpmic1 PMIC embeds several regulators and switches with different capabilities. Signed-off-by: pascal paillet <p.paillet@st.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 eac4d794f3b8..300bc4ce01d6 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -101,6 +101,7 @@ obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
obj-$(CONFIG_REGULATOR_SC2731) += sc2731-regulator.o
obj-$(CONFIG_REGULATOR_SKY81452) += sky81452-regulator.o
obj-$(CONFIG_REGULATOR_STM32_VREFBUF) += stm32-vrefbuf.o
+obj-$(CONFIG_REGULATOR_STPMIC1) += stpmic1_regulator.o
obj-$(CONFIG_REGULATOR_STW481X_VMMC) += stw481x-vmmc.o
obj-$(CONFIG_REGULATOR_SY8106A) += sy8106a-regulator.o
obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o