diff options
author | Flora Fu <flora.fu@mediatek.com> | 2014-12-05 07:07:54 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-12-24 15:41:05 +0300 |
commit | 0425e2420c0ab1b5da24f6d9fce39241ad85fc46 (patch) | |
tree | d49d269a3cc4b7c10eb245706297ad26a79f758f /drivers/regulator/Kconfig | |
parent | 97bf6af1f928216fd6c5a66e8a57bfa95a659672 (diff) | |
download | linux-0425e2420c0ab1b5da24f6d9fce39241ad85fc46.tar.xz |
regulator: mt6397: Add support for MT6397 regulator
Add MT6397 regulator driver.
Signed-off-by: Flora Fu <flora.fu@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 c3a60b57a865..f622d0613d27 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -433,6 +433,15 @@ config REGULATOR_MC13892 Say y here to support the regulators found on the Freescale MC13892 PMIC. +config REGULATOR_MT6397 + tristate "MediaTek MT6397 PMIC" + depends on MFD_MT6397 + help + Say y here to select this option to enable the power regulator of + MediaTek MT6397 PMIC. + This driver supports the control of different power rails of device + through regulator interface. + config REGULATOR_PALMAS tristate "TI Palmas PMIC Regulators" depends on MFD_PALMAS |