diff options
author | Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> | 2018-05-30 11:43:43 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-05-30 13:31:22 +0300 |
commit | ba08799e90b5935a3df20766a73b5841046f6832 (patch) | |
tree | fb98a693669022c8011e71a78f8555195eabeda1 /drivers/regulator/Makefile | |
parent | 196c813570afd0d52d453ef3b77c4c15ca760327 (diff) | |
download | linux-ba08799e90b5935a3df20766a73b5841046f6832.tar.xz |
regulator: bd71837: BD71837 PMIC regulator driver
Support for controlling the 8 bucks and 7 LDOs the PMIC contains.
Signed-off-by: Matti Vaittinen <matti.vaittinen@fi.rohmeurope.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 d81fb02bd6e9..bd818ceb7c72 100644 --- a/drivers/regulator/Makefile +++ b/drivers/regulator/Makefile @@ -27,6 +27,7 @@ obj-$(CONFIG_REGULATOR_AS3711) += as3711-regulator.o obj-$(CONFIG_REGULATOR_AS3722) += as3722-regulator.o obj-$(CONFIG_REGULATOR_AXP20X) += axp20x-regulator.o obj-$(CONFIG_REGULATOR_BCM590XX) += bcm590xx-regulator.o +obj-$(CONFIG_REGULATOR_BD71837) += bd71837-regulator.o obj-$(CONFIG_REGULATOR_BD9571MWV) += bd9571mwv-regulator.o obj-$(CONFIG_REGULATOR_DA903X) += da903x.o obj-$(CONFIG_REGULATOR_DA9052) += da9052-regulator.o |