diff options
author | Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com> | 2019-01-22 12:46:08 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-01-23 18:50:18 +0300 |
commit | 99ea37bd1e7d727bb54c0c4a46708b3e6aa01180 (patch) | |
tree | b1e192de8fc19064f3b59467d5c1acf808404c27 /drivers/regulator/Kconfig | |
parent | fd805d99352c89b5cc1ca62ca5644840c9f02f07 (diff) | |
download | linux-99ea37bd1e7d727bb54c0c4a46708b3e6aa01180.tar.xz |
regulator: bd70528: Support ROHM BD70528 regulator block
BD70528MWV is an ultra-low Iq general purpose single-chip power
management IC for battery-powered portable devices.
Add support for controlling 3 bucks and 3 LDOs present in
ROHM BD70528.
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 7fc1f88e27e7..21dc3b59db19 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_BD70528 + tristate "ROHM BD70528 Power Regulator" + depends on MFD_ROHM_BD70528 + help + This driver supports voltage regulators on ROHM BD70528 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 bd70528-regulator. + config REGULATOR_BD718XX tristate "ROHM BD71837 Power Regulator" depends on MFD_ROHM_BD718XX |