diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2020-09-28 15:19:43 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-09-28 19:26:32 +0100 |
commit | b8c054a5eaf0cf2b9532969e5168ce5e2d78c284 (patch) | |
tree | aa12a01bd11567aa28df502c3170e4aecd6dafba /drivers/regulator/Kconfig | |
parent | 8d23b0b8fc950cba2046840c46b21db9b5c0573c (diff) |
regulator: rtmv20: Adds support for Richtek RTMV20 load switch regulator
Add support for Richtek RTMV20 load switch regulator.
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/1601277584-5526-1-git-send-email-u0084500@gmail.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 278ae0b06aee..020a00d6696b 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -939,6 +939,15 @@ config REGULATOR_RT5033 RT5033 PMIC. The device supports multiple regulators like current source, LDO and Buck. +config REGULATOR_RTMV20 + tristate "RTMV20 Laser Diode Regulator" + depends on I2C + select REGMAP_I2C + help + This driver adds support for the load switch current regulator on + the Richtek RTMV20. It can support the load current up to 6A and + integrate strobe/vsync/fsin signal to synchronize the IR camera. + config REGULATOR_S2MPA01 tristate "Samsung S2MPA01 voltage regulator" depends on MFD_SEC_CORE || COMPILE_TEST |