summaryrefslogtreecommitdiffstats
path: root/drivers/regulator/Makefile
diff options
context:
space:
mode:
authorMark Brown2008-09-11 12:12:01 +0200
committerLiam Girdwood2008-10-13 22:51:53 +0200
commit42fad570b666256a3fd009e23e74cbb365a29ca8 (patch)
tree73257001bdb14a56ed69b504106e8fe392ef2f7c /drivers/regulator/Makefile
parentmfd: Core support for the WM8400 AudioPlus HiFi CODEC and PMU (diff)
downloadkernel-qcow2-linux-42fad570b666256a3fd009e23e74cbb365a29ca8.tar.gz
kernel-qcow2-linux-42fad570b666256a3fd009e23e74cbb365a29ca8.tar.xz
kernel-qcow2-linux-42fad570b666256a3fd009e23e74cbb365a29ca8.zip
regulator: Add WM8400 regulator support
The WM8400 provides two programmable DCDC step-down (buck) convertors and four low-dropout (LDO) regulators. This driver provides support for runtime managment of these in the standard regulator API. Support for configuration of the suspend and hibernate mode behaviour of the regulators is not yet included. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
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 ac2c64efe65c..3c6ac73af152 100644
--- a/drivers/regulator/Makefile
+++ b/drivers/regulator/Makefile
@@ -8,5 +8,6 @@ obj-$(CONFIG_REGULATOR_FIXED_VOLTAGE) += fixed.o
obj-$(CONFIG_REGULATOR_VIRTUAL_CONSUMER) += virtual.o
obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o
+obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o
ccflags-$(CONFIG_REGULATOR_DEBUG) += -DDEBUG