diff options
author | Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com> | 2019-08-23 11:45:28 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-08-28 11:51:27 +0100 |
commit | f67ff1bd58f0c102f0194c3888ddbc4a87dd1382 (patch) | |
tree | fd0ff09ae4ae6f561d3a65990f171c4570a54cf2 /drivers/regulator/Kconfig | |
parent | fa00eb4eb2361ffc594bd9c6d78c585e7112c5dc (diff) | |
download | linux-f67ff1bd58f0c102f0194c3888ddbc4a87dd1382.tar.gz linux-f67ff1bd58f0c102f0194c3888ddbc4a87dd1382.tar.bz2 linux-f67ff1bd58f0c102f0194c3888ddbc4a87dd1382.zip |
regulator: mt6358: Add support for MT6358 regulator
The MT6358 is a regulator found on boards based on MediaTek MT8183 and
probably other SoCs. It is a so called pmic and connects as a slave to
SoC using SPI, wrapped inside the pmic-wrapper.
Signed-off-by: Hsin-Hsiung Wang <hsin-hsiung.wang@mediatek.com>
Link: https://lore.kernel.org/r/1566531931-9772-8-git-send-email-hsin-hsiung.wang@mediatek.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 2e50423b3c08..d6d8785630b1 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -619,6 +619,15 @@ config REGULATOR_MT6323 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 + help + Say y here to select this option to enable the power regulator of + MediaTek MT6358 PMIC. + This driver supports the control of different power rails of device + through regulator interface. + config REGULATOR_MT6380 tristate "MediaTek MT6380 PMIC" depends on MTK_PMIC_WRAP |