diff options
author | S Twiss <stwiss.opensource@diasemi.com> | 2015-05-19 14:10:30 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-05-21 13:04:03 +0100 |
commit | 4068e5182ada260d8a09f35db79fc2582e08baec (patch) | |
tree | c6cb966044a1705a5ecabc4c5dd36fe4196fa4f1 /drivers/regulator/Makefile | |
parent | b787f68c36d49bb1d9236f403813641efa74a031 (diff) |
regulator: da9062: DA9062 regulator driver
Add BUCK and LDO regulator driver support for DA9062
Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
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 2c4da15e1545..12ecb65d1a3a 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -25,6 +25,7 @@ obj-$(CONFIG_REGULATOR_BCM590XX) += bcm590xx-regulator.o obj-$(CONFIG_REGULATOR_DA903X) += da903x.o obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o obj-$(CONFIG_REGULATOR_DA9055) += da9055-regulator.o +obj-$(CONFIG_REGULATOR_DA9062) += da9062-regulator.o obj-$(CONFIG_REGULATOR_DA9063) += da9063-regulator.o obj-$(CONFIG_REGULATOR_DA9210) += da9210-regulator.o obj-$(CONFIG_REGULATOR_DA9211) += da9211-regulator.o |