diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-05-06 16:55:49 -0700 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2016-06-24 11:27:59 +0200 |
commit | 259bdcc12178dd99ebb96d70dccb65855a04e182 (patch) | |
tree | 6c4489e90471cd640467a3657a159c6096696e22 /drivers/regulator/Kconfig | |
parent | ffa57d218bae244bdde3f4b3f4a77b00e9d3f1de (diff) |
regulator: rn5t618: Add RN5T567 PMIC support
Extend the driver to support Ricoh RN5T567. Support the additional
DCDC and slightly different voltage range of LDORTC1.
Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index a2ac2ccf0d4e..58176224f650 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -537,10 +537,11 @@ config REGULATOR_RK808 outputs which can be controlled by i2c communication. config REGULATOR_RN5T618 - tristate "Ricoh RN5T618 voltage regulators" + tristate "Ricoh RN5T567/618 voltage regulators" depends on MFD_RN5T618 help - Say y here to support the regulators found on Ricoh RN5T618 PMIC. + Say y here to support the regulators found on Ricoh RN5T567 or + RN5T618 PMIC. config REGULATOR_RT5033 tristate "Richtek RT5033 Regulators" |