diff options
author | Fabien Parent <fparent@baylibre.com> | 2022-11-29 16:57:06 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-12-02 13:23:19 +0100 |
commit | dafc7cde23dca239987d3cd000b11cdccc3728ea (patch) | |
tree | 9d2e2eab87091ad12e46d098b7fbf7699251349a /drivers/regulator/Kconfig | |
parent | regulator: dt-bindings: Add binding schema for mt6357 regulators (diff) | |
download | linux-dafc7cde23dca239987d3cd000b11cdccc3728ea.tar.xz linux-dafc7cde23dca239987d3cd000b11cdccc3728ea.zip |
regulator: add mt6357 regulator
Add regulator driver for the MT6357 PMIC.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Reviewed-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Signed-off-by: Alexandre Mergnat <amergnat@baylibre.com>
Link: https://lore.kernel.org/r/20221005-mt6357-support-v7-7-477e60126749@baylibre.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 c0f200c3f122..820c9a0788e5 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -805,6 +805,15 @@ config REGULATOR_MT6332 This driver supports the control of different power rails of device through regulator interface +config REGULATOR_MT6357 + tristate "MediaTek MT6357 PMIC" + depends on MFD_MT6397 + help + Say y here to select this option to enable the power regulator of + MediaTek MT6357 PMIC. + This driver supports the control of different power rails of device + through regulator interface. + config REGULATOR_MT6358 tristate "MediaTek MT6358 PMIC" depends on MFD_MT6397 |