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 11:31:22 +0100 |
commit | ba08799e90b5935a3df20766a73b5841046f6832 (patch) | |
tree | fb98a693669022c8011e71a78f8555195eabeda1 /drivers/regulator/Kconfig | |
parent | 196c813570afd0d52d453ef3b77c4c15ca760327 (diff) | |
download | linux-ba08799e90b5935a3df20766a73b5841046f6832.tar.bz2 |
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/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 4efae3b7e746..5dbccf5f3037 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -180,6 +180,17 @@ config REGULATOR_BCM590XX BCM590xx PMUs. This will enable support for the software controllable LDO/Switching regulators. +config REGULATOR_BD71837 + tristate "ROHM BD71837 Power Regulator" + depends on MFD_BD71837 + help + This driver supports voltage regulators on ROHM BD71837 PMIC. + This will enable support for the software controllable buck + and LDO regulators. + + This driver can also be built as a module. If so, the module + will be called bd71837-regulator. + config REGULATOR_BD9571MWV tristate "ROHM BD9571MWV Regulators" depends on MFD_BD9571MWV |