diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-07-28 14:21:49 (GMT) |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2009-09-17 07:47:06 (GMT) |
commit | e4ee831f949a7c7746a56bcf1e7ca057d6f69e2a (patch) | |
tree | c1d0967c8e9dfd71c7f330949aa4dfa5f2aab24f /drivers/regulator/Makefile | |
parent | be721979dd6b335e4ab6f83abb5cc11c33662aa8 (diff) | |
download | linux-e4ee831f949a7c7746a56bcf1e7ca057d6f69e2a.tar.xz |
regulator: Add WM831x DC-DC buck convertor support
The WM831x series of devices all have 3 DC-DC buck convertors. This
driver implements software control for these regulators via the
regulator API. Use with split hardware/software control of individual
regulators is not supported, though regulators not controlled by
software may be controlled via the hardware control interfaces.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/regulator/Makefile b/drivers/regulator/Makefile index 3a9748f..b1d2b82 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -12,6 +12,7 @@ obj-$(CONFIG_REGULATOR_BQ24022) += bq24022.o obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o obj-$(CONFIG_REGULATOR_TWL4030) += twl4030-regulator.o +obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o obj-$(CONFIG_REGULATOR_WM8350) += wm8350-regulator.o obj-$(CONFIG_REGULATOR_WM8400) += wm8400-regulator.o obj-$(CONFIG_REGULATOR_DA903X) += da903x.o |