diff options
author | Gene Chen <gene_chen@richtek.com> | 2020-08-26 18:49:17 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-08-26 13:41:10 +0100 |
commit | d321571d5e4c2d5511b75e6cf1a910e0a0c2a2e9 (patch) | |
tree | bb1a49e35741fe8c89c76d020855a86eb248ba23 /drivers/regulator/Kconfig | |
parent | ab6019d7fe81ecd28eff8ea87bb2388e56212200 (diff) | |
download | linux-d321571d5e4c2d5511b75e6cf1a910e0a0c2a2e9.tar.gz |
regulator: mt6360: Add support for MT6360 regulator
Add MT6360 regulator driver that contains two BUCKs and six LDOs
Signed-off-by: Gene Chen <gene_chen@richtek.com>
Link: https://lore.kernel.org/r/1598438958-26802-2-git-send-email-gene.chen.richtek@gmail.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 f719ed5a8c33..0c0b4f3652fb 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -711,6 +711,15 @@ config REGULATOR_MT6358 This driver supports the control of different power rails of device through regulator interface. +config REGULATOR_MT6360 + tristate "MT6360 SubPMIC Regulator" + depends on MFD_MT6360 + help + Say Y here to enable MT6360 regulator support. + This is support MT6360 PMIC/LDO part include + 2-channel buck with Thermal Shutdown and Overload Protection + 6-channel High PSRR and Low Dropout LDO. + config REGULATOR_MT6380 tristate "MediaTek MT6380 PMIC" depends on MTK_PMIC_WRAP |