diff options
author | Haojian Zhuang <haojian.zhuang@marvell.com> | 2010-01-11 07:10:08 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2010-03-07 16:17:08 -0500 |
commit | 08ff6f2a9908c87b0adffe6453291be22db3a62f (patch) | |
tree | 27d7cd7c2466c1339994027fb1aba88189fa6424 /drivers/regulator/Makefile | |
parent | 4f811ef0d40048ae80b6ea77080b814725bffc58 (diff) |
regulator: Add max8925 support
MAX8925 contains 3 Buck and 20 LDO regulator.
Signed-off-by: Haojian Zhuang <haojian.zhuang@marvell.com>
Acked-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
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 e845b66ad59c..4e7feece22d5 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -15,6 +15,7 @@ obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o | |||
15 | obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o | 15 | obj-$(CONFIG_REGULATOR_TWL4030) += twl-regulator.o |
16 | obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o | 16 | obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o |
17 | obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o | 17 | obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o |
18 | obj-$(CONFIG_REGULATOR_MAX8925) += max8925-regulator.o | ||
18 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o | 19 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-dcdc.o |
19 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o | 20 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-isink.o |
20 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-ldo.o | 21 | obj-$(CONFIG_REGULATOR_WM831X) += wm831x-ldo.o |