]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
regulator: qcom: smd: Regulator driver for the Qualcomm RPM
authorBjorn Andersson <bjorn.andersson@sonymobile.com>
Mon, 13 Apr 2015 21:58:02 +0000 (14:58 -0700)
committerSrinivas Kandagatla <srinivas.kandagatla@linaro.org>
Mon, 11 Jan 2016 09:55:10 +0000 (09:55 +0000)
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>
drivers/regulator/Kconfig
drivers/regulator/Makefile

index 8df0b0e62976d460c96a0be4dffbe53363586b4a..fcf3ace964da0815ecff74e72788c9b0e153087f 100644 (file)
@@ -546,6 +546,18 @@ config REGULATOR_QCOM_SPMI
          Qualcomm SPMI PMICs as a module. The module will be named
          "qcom_spmi-regulator".
 
+config REGULATOR_QCOM_SMD_RPM
+       tristate "Qualcomm SMD based RPM regulator driver"
+       depends on MFD_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_RC5T583
        tristate "RICOH RC5T583 Power regulators"
        depends on MFD_RC5T583
index 0f8174913c17bd0b23fb434af7e0a48206680e85..be39fe4b5cdc1d685f1659b6ceb5a53a78814532 100644 (file)
@@ -64,6 +64,7 @@ obj-$(CONFIG_REGULATOR_MT6397)        += mt6397-regulator.o
 obj-$(CONFIG_REGULATOR_QCOM_RPM) += qcom_rpm-regulator.o
 obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) += qcom_smd-regulator.o
 obj-$(CONFIG_REGULATOR_QCOM_SPMI) += qcom_spmi-regulator.o
+obj-$(CONFIG_REGULATOR_QCOM_SMD_RPM) += qcom_smd-regulator.o
 obj-$(CONFIG_REGULATOR_PALMAS) += palmas-regulator.o
 obj-$(CONFIG_REGULATOR_PFUZE100) += pfuze100-regulator.o
 obj-$(CONFIG_REGULATOR_PWM) += pwm-regulator.o