]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.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)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 12 Sep 2017 16:19:06 +0000 (18:19 +0200)
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 00676208080e6b63afcea9b58d2dedb5d6356b55..27bdc33bfb2d7421654519d2cabdc8853713c09d 100644 (file)
@@ -547,6 +547,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