aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-03-21 06:21:36 -0400
committerMark Brown <broonie@linaro.org>2014-03-21 14:20:04 -0400
commit4a5d301328eb7cfb88f8164ddfd90c018b70ddc4 (patch)
treefeac06a8a243a9347b82a9db710adeca0508c41c /drivers/regulator/Makefile
parent38dbfb59d1175ef458d006556061adeaa8751b72 (diff)
regulator: Add new driver for ST's PWM controlled voltage regulators
On some STMicroelectronics hardware reside regulators consisting partly of a PWM input connected to the feedback loop. As the PWM duty-cycle is varied the output voltage adapts. This driver allows us to vary the output voltage by adapting the PWM input duty-cycle. Signed-off-by: Lee Jones <lee.jones@linaro.org> Signed-off-by: Mark Brown <broonie@linaro.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 979f9ddcf259..d0c2bb85b8cb 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -59,6 +59,7 @@ obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
59obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o 59obj-$(CONFIG_REGULATOR_RC5T583) += rc5t583-regulator.o
60obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o 60obj-$(CONFIG_REGULATOR_S2MPS11) += s2mps11.o
61obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o 61obj-$(CONFIG_REGULATOR_S5M8767) += s5m8767.o
62obj-$(CONFIG_REGULATOR_ST_PWM) += st-pwm.o
62obj-$(CONFIG_REGULATOR_STW481X_VMMC) += stw481x-vmmc.o 63obj-$(CONFIG_REGULATOR_STW481X_VMMC) += stw481x-vmmc.o
63obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o 64obj-$(CONFIG_REGULATOR_TI_ABB) += ti-abb-regulator.o
64obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o 65obj-$(CONFIG_REGULATOR_TPS6105X) += tps6105x-regulator.o