diff options
author | Bjorn Andersson <bjorn.andersson@sonymobile.com> | 2014-11-26 13:51:00 -0800 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-01-22 16:04:00 +0000 |
commit | 58e214382bdd1eb48c5a3519182bddcb26edabad (patch) | |
tree | b8fb6628b61bca733756a8904006b2f798bbb5fd /drivers/mfd/Kconfig | |
parent | aa0c4b815045420ea54d5ae5362f5a0190609d46 (diff) | |
download | op-kernel-dev-58e214382bdd1eb48c5a3519182bddcb26edabad.zip op-kernel-dev-58e214382bdd1eb48c5a3519182bddcb26edabad.tar.gz |
mfd: qcom-rpm: Driver for the Qualcomm RPM
Driver for the Resource Power Manager (RPM) found in Qualcomm 8660, 8960
and 8064 based devices. The driver exposes resources that child drivers
can operate on; to implementing regulator, clock and bus frequency
drivers.
Signed-off-by: Bjorn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index be5b684..38356e3 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -602,6 +602,20 @@ config MFD_PM8921_CORE Say M here if you want to include support for PM8921 chip as a module. This will build a module called "pm8921-core". +config MFD_QCOM_RPM + tristate "Qualcomm Resource Power Manager (RPM)" + depends on ARCH_QCOM && OF + help + If you say yes to this option, support will be included for the + Resource Power Manager system found in the Qualcomm 8660, 8960 and + 8064 based devices. + + This is required to access many regulators, clocks and bus + frequencies controlled by the RPM on these devices. + + Say M here if you want to include support for the Qualcomm RPM as a + module. This will build a module called "qcom_rpm". + config MFD_SPMI_PMIC tristate "Qualcomm SPMI PMICs" depends on ARCH_QCOM || COMPILE_TEST |