diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2015-08-17 11:43:59 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-08-17 12:52:57 -0700 |
commit | da65e367b67e15fc41cbf646c506c802dd5213b7 (patch) | |
tree | 2eb4cfa532a17cae138933753839907a2a41f2d6 /drivers/regulator/Kconfig | |
parent | bc0195aad0daa2ad5b0d76cce22b167bc3435590 (diff) | |
download | linux-da65e367b67e15fc41cbf646c506c802dd5213b7.tar.gz linux-da65e367b67e15fc41cbf646c506c802dd5213b7.tar.bz2 linux-da65e367b67e15fc41cbf646c506c802dd5213b7.zip |
regulator: Regulator driver for the Qualcomm RPM
Driver for regulators exposed by the Resource Power Manager (RPM) found
in devices based on Qualcomm 8974 and newer platforms.
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Acked-by: Andy Gross <agross@codeaurora.org>
Tested-by: Tim Bird <tim.bird@sonymobile.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index bef3bde6971b..79c3f6dc9fef 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig @@ -522,6 +522,18 @@ config REGULATOR_QCOM_RPM Qualcomm RPM as a module. The module will be named "qcom_rpm-regulator". +config REGULATOR_QCOM_SMD_RPM + tristate "Qualcomm SMD based RPM regulator driver" + depends on QCOM_SMD_RPM + help + If you say yes to this option, support will be included for the + regulators exposed by the Resource Power Manager found in Qualcomm + 8974 based devices. + + Say M here if you want to include support for the regulators on the + Qualcomm RPM as a module. The module will be named + "qcom_smd-regulator". + config REGULATOR_QCOM_SPMI tristate "Qualcomm SPMI regulator driver" depends on SPMI || COMPILE_TEST |