diff options
author | AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com> | 2022-09-13 15:34:56 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-09-13 17:04:58 +0300 |
commit | 1cc5a52e873a4f9725eafe5aa9cd213b7b58e29e (patch) | |
tree | 14431d075824f450c1f393ccf89389173aa5ec5a /drivers/regulator/Kconfig | |
parent | e22943e32e1fc314b8e2b095ae3495d1bfa9aca5 (diff) | |
download | linux-1cc5a52e873a4f9725eafe5aa9cd213b7b58e29e.tar.xz |
regulator: Add driver for MT6332 PMIC regulators
Add a driver for the regulators found in the MT6332 PMICs,
including six buck and four LDO regulators.
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
Link: https://lore.kernel.org/r/20220913123456.384513-5-angelogioacchino.delregno@collabora.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 3afeb01446fb..66593f627fc3 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -796,6 +796,15 @@ config REGULATOR_MT6331 This driver supports the control of different power rails of device through regulator interface +config REGULATOR_MT6332 + tristate "MediaTek MT6332 PMIC" + depends on MFD_MT6397 + help + Say y here to select this option to enable the power regulator of + MediaTek MT6332 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 |