aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-08-19 01:43:50 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2009-09-17 09:47:19 +0200
commit295c08bc69a5dd8cef69ceaeaaf551a17f50c34b (patch)
tree72be65fa82c11f66838c6a5cc49153435b66ffa7 /drivers/regulator/Makefile
parentmfd: Add Freescale MC13783 driver (diff)
downloadlinux-dev-295c08bc69a5dd8cef69ceaeaaf551a17f50c34b.tar.xz
linux-dev-295c08bc69a5dd8cef69ceaeaaf551a17f50c34b.zip
regulator: Add Freescale MC13783 driver
This driver provides basic support for the voltage regulators integrated into the Freescale MC13783 PMIC. It is currently only possible to enable/disable outputs, not to actually set the voltage. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
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 3a4cdf5f7935..5034830a395e 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -20,5 +20,6 @@ obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
obj-$(CONFIG_REGULATOR_DA903X) += da903x.o
obj-$(CONFIG_REGULATOR_PCF50633) += pcf50633-regulator.o
obj-$(CONFIG_REGULATOR_PCAP) += pcap-regulator.o
+obj-$(CONFIG_REGULATOR_MC13783) += mc13783.o
ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG