diff options
author | Mark Brown <broonie@kernel.org> | 2021-06-07 17:23:06 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-06-07 17:23:06 +0200 |
commit | 4388daa8e2c7ad9db10c424ab416ddf5fa960c47 (patch) | |
tree | 74744e8aee38602bc5e315d33cd7712e3ee42863 /drivers/regulator/Kconfig | |
parent | regulator: fan53555: add tcs4526 (diff) | |
parent | regulator: mt6359: Add support for MT6359P regulator (diff) | |
download | linux-4388daa8e2c7ad9db10c424ab416ddf5fa960c47.tar.xz linux-4388daa8e2c7ad9db10c424ab416ddf5fa960c47.zip |
Merge tag 'tb-mfd-regulator-rtc-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into regulator-5.14
Immutable branch between MFD, Regulator and RTC due for the v5.14 merge window
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 ef493f1d712d..3134211b9498 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -769,6 +769,15 @@ config REGULATOR_MT6358 This driver supports the control of different power rails of device through regulator interface. +config REGULATOR_MT6359 + tristate "MediaTek MT6359 PMIC" + depends on MFD_MT6397 + help + Say y here to select this option to enable the power regulator of + MediaTek MT6359 PMIC. + 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 |