diff options
author | Wang Xiaoyin <hw.wangxiaoyin@hisilicon.com> | 2017-06-07 15:06:03 +0800 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2017-06-07 20:25:30 +0100 |
commit | 5c7024ae7e6787541dd737ba1eba828d5fc74d58 (patch) | |
tree | f3b8b3fd72f7abb80b4912e65361e2090f04bf30 /drivers/regulator/Kconfig | |
parent | 2ea659a9ef488125eb46da6eb571de5eae5c43f6 (diff) | |
download | linux-5c7024ae7e6787541dd737ba1eba828d5fc74d58.tar.gz linux-5c7024ae7e6787541dd737ba1eba828d5fc74d58.tar.bz2 linux-5c7024ae7e6787541dd737ba1eba828d5fc74d58.zip |
regulator: hi6421v530: add driver for hi6421v530 voltage regulator
add the driver for hi6421v530 voltage regulator
Signed-off-by: Wang Xiaoyin <hw.wangxiaoyin@hisilicon.com>
Signed-off-by: Guodong Xu <guodong.xu@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index 48db87d6dfef..78cd8d84a2cb 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -296,6 +296,16 @@ config REGULATOR_HI6421 21 general purpose LDOs, 3 dedicated LDOs, and 5 BUCKs. All of them come with support to either ECO (idle) or sleep mode. +config REGULATOR_HI6421V530 + tristate "HiSilicon Hi6421v530 PMIC voltage regulator support" + depends on MFD_HI6421_PMIC && OF + help + This driver provides support for the voltage regulators on + HiSilicon Hi6421v530 PMU / Codec IC. + Hi6421v530 is a multi-function device which, on regulator part, + provides 5 general purpose LDOs, and all of them come with support + to either ECO (idle) or sleep mode. + config REGULATOR_HI655X tristate "Hisilicon HI655X PMIC regulators support" depends on ARCH_HISI || COMPILE_TEST |