diff options
author | Kim, Milo <Milo.Kim@ti.com> | 2012-06-19 03:08:22 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-06-19 18:14:29 -0400 |
commit | af8b5fc31099abd7f3b297332c9e280ec0b30a71 (patch) | |
tree | 1e313d1f453224c38668786e11ea39da90a5e857 /drivers/regulator/Makefile | |
parent | e90a84473ee941c0056c773923e9cc90a550c266 (diff) |
regulator: add new regulator driver for lp872x
This driver supports TI/National LP8720, LP8725 PMIC.
Signed-off-by: Milo(Woogyom) Kim <milo.kim@ti.com>
Reviewed-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.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 d8544539efec..e6f700748a3b 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile | |||
@@ -23,6 +23,7 @@ obj-$(CONFIG_REGULATOR_GPIO) += gpio-regulator.o | |||
23 | obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o | 23 | obj-$(CONFIG_REGULATOR_ISL6271A) += isl6271a-regulator.o |
24 | obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o | 24 | obj-$(CONFIG_REGULATOR_LP3971) += lp3971.o |
25 | obj-$(CONFIG_REGULATOR_LP3972) += lp3972.o | 25 | obj-$(CONFIG_REGULATOR_LP3972) += lp3972.o |
26 | obj-$(CONFIG_REGULATOR_LP872X) += lp872x.o | ||
26 | obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o | 27 | obj-$(CONFIG_REGULATOR_MAX1586) += max1586.o |
27 | obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o | 28 | obj-$(CONFIG_REGULATOR_MAX8649) += max8649.o |
28 | obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o | 29 | obj-$(CONFIG_REGULATOR_MAX8660) += max8660.o |