diff options
author | pascal paillet <p.paillet@st.com> | 2018-10-08 19:29:40 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-10-08 20:28:10 +0300 |
commit | ca55b7185b74e73d2b39dc40efaf96100a2582cd (patch) | |
tree | 4abbbc2698a82a9c214d6d837f9c12d79704bfc2 /drivers/regulator/Makefile | |
parent | dbd1709f7697932c8e24883dbf6025adc9fe6ff9 (diff) | |
download | linux-ca55b7185b74e73d2b39dc40efaf96100a2582cd.tar.xz |
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/Makefile | 1 |
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 |