diff options
author | Beniamino Galvani <b.galvani@gmail.com> | 2014-08-30 14:50:24 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-08-30 14:10:04 +0100 |
commit | 811b700630ff328c52ddf17d653ffdcb0ba87d30 (patch) | |
tree | b70ec4cce2fe51bace84320584a87486fc2227df /drivers/regulator/Kconfig | |
parent | 2cd64ae3d57b80f6d93682b98a59ed4b124cf2ef (diff) | |
download | blackbird-op-linux-811b700630ff328c52ddf17d653ffdcb0ba87d30.tar.gz blackbird-op-linux-811b700630ff328c52ddf17d653ffdcb0ba87d30.zip |
regulator: rn5t618: add driver for Ricoh RN5T618 regulators
This driver supports the 3 DCDC and 7 LDO regulators available on
Ricoh RN5T618 PMIC.
Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index fb32babf756e..ac0e6437b7b5 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -469,6 +469,12 @@ config REGULATOR_RK808 through regulator interface. The device supports multiple DCDC/LDO outputs which can be controlled by i2c communication. +config REGULATOR_RN5T618 + tristate "Ricoh RN5T618 voltage regulators" + depends on MFD_RN5T618 + help + Say y here to support the regulators found on Ricoh RN5T618 PMIC. + config REGULATOR_S2MPA01 tristate "Samsung S2MPA01 voltage regulator" depends on MFD_SEC_CORE |