diff options
author | ChiYuan Huang <cy_huang@richtek.com> | 2020-12-17 18:00:44 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-12-28 15:24:50 +0300 |
commit | 9351ab8b0cb61ffbef30343d28d1855e329c98fb (patch) | |
tree | c41de5c2bc8487dc9aa11c90109a0f562baa56ec /drivers/regulator/Kconfig | |
parent | 934b05e818620e922151734b2d0e070e388e3c53 (diff) | |
download | linux-9351ab8b0cb61ffbef30343d28d1855e329c98fb.tar.xz |
regulator: rt4831: Adds support for Richtek RT4831 DSV regulator
Adds support for Richtek RT4831 DSV Regulator
Signed-off-by: ChiYuan Huang <cy_huang@richtek.com>
Link: https://lore.kernel.org/r/1608217244-314-6-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 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index e1ca550379de..beecdbf572c9 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -969,6 +969,16 @@ config REGULATOR_RT4801 This adds support for voltage regulators in Richtek RT4801 Display Bias IC. The device supports two regulators (DSVP/DSVN). +config REGULATOR_RT4831 + tristate "Richtek RT4831 DSV Regulators" + depends on MFD_RT4831 + help + This adds support for voltage regulators in Richtek RT4831. + There are three regulators (VLCM/DSVP/DSVN). + VLCM is a virtual voltage input for DSVP/DSVN inside IC. + And DSVP/DSVN is the real Vout range from 4V to 6.5V. + It's common used to provide the power for the display panel. + config REGULATOR_RT5033 tristate "Richtek RT5033 Regulators" depends on MFD_RT5033 |