diff options
author | henryc.chen <henryc.chen@mediatek.com> | 2020-12-24 09:08:52 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-01-05 17:35:26 +0300 |
commit | a0db6b0aa670ba040f959a000ef24dd4238e016b (patch) | |
tree | 5dbc2d593536d75b0d5ad685d894465f3f235127 /drivers/regulator/Kconfig | |
parent | c42088491c12f888e9e31ad37c019cb7c310065c (diff) | |
download | linux-a0db6b0aa670ba040f959a000ef24dd4238e016b.tar.xz |
regulator: Regulator driver for the Mediatek DVFSRC
Driver for regulators exposed by the DVFSRC (dynamic voltage and
frequency scaling resource collector) found in devices based on
mt8183 and newer platforms.
Signed-off-by: Henry Chen <henryc.chen@mediatek.com>
Link: https://lore.kernel.org/r/1608790134-27425-12-git-send-email-henryc.chen@mediatek.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 b1d2103bfe57..eafa13be6e3e 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -785,6 +785,16 @@ config REGULATOR_MT6397 This driver supports the control of different power rails of device through regulator interface. +config REGULATOR_MTK_DVFSRC + tristate "MediaTek DVFSRC regulator driver" + depends on MTK_DVFSRC + help + Say y here to control regulator by DVFSRC (dynamic voltage + and frequency scaling resource collector). + This driver supports to control regulators via the DVFSRC + of Mediatek. It allows for voting on regulator state + between multiple users. + config REGULATOR_PALMAS tristate "TI Palmas PMIC Regulators" depends on MFD_PALMAS |