diff options
author | Chen Zhong <chen.zhong@mediatek.com> | 2016-07-18 15:40:51 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-07-18 15:46:23 +0300 |
commit | 2fdf829236183e5be559a2b4d13c29926b79b2d4 (patch) | |
tree | 52b0003d2d1e0202585dbf0af7573012958b94cc /drivers/regulator/Kconfig | |
parent | d236b3ee5bb13f53ed60ccc6f704a13b923d2952 (diff) | |
download | linux-2fdf829236183e5be559a2b4d13c29926b79b2d4.tar.xz |
regulator: mt6323: Add support for MT6323 regulator
The MT6323 is a regulator found on boards based on MediaTek MT7623 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: Chen Zhong <chen.zhong@mediatek.com>
Signed-off-by: John Crispin <john@phrozen.org>
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 144cbf5b3e5a..53b30b46c1c5 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -498,6 +498,15 @@ config REGULATOR_MT6311 This driver supports the control of different power rails of device through regulator interface. +config REGULATOR_MT6323 + tristate "MediaTek MT6323 PMIC" + depends on MFD_MT6397 + help + Say y here to select this option to enable the power regulator of + MediaTek MT6323 PMIC. + This driver supports the control of different power rails of device + through regulator interface. + config REGULATOR_MT6397 tristate "MediaTek MT6397 PMIC" depends on MFD_MT6397 |