summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/qcom/Makefile
diff options
context:
space:
mode:
authorIvan T. Ivanov <iivanov@mm-sol.com>2014-10-22 12:58:46 +0300
committerLinus Walleij <linus.walleij@linaro.org>2014-10-29 09:28:37 +0100
commiteadff3024472f8a7955fae7e5484d235ed407453 (patch)
treef3fa17047fba6efcca794f8980bab982a17d95bd /drivers/pinctrl/qcom/Makefile
parent89a7117d56d405b49b7d1f8ed30e01188e9d5a05 (diff)
downloadlinux-eadff3024472f8a7955fae7e5484d235ed407453.tar.gz
linux-eadff3024472f8a7955fae7e5484d235ed407453.tar.bz2
linux-eadff3024472f8a7955fae7e5484d235ed407453.zip
pinctrl: Qualcomm SPMI PMIC GPIO pin controller driver
This is the pinctrl, pinmux, pinconf and gpiolib driver for the Qualcomm GPIO sub-function blocks found in the PMIC chips. Signed-off-by: Ivan T. Ivanov <iivanov@mm-sol.com> Acked-by: Bjorn Andersson <bjorn.andersson@sonymobile.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/qcom/Makefile')
-rw-r--r--drivers/pinctrl/qcom/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/qcom/Makefile b/drivers/pinctrl/qcom/Makefile
index ba8519fcd8d3..9b49c65a1cab 100644
--- a/drivers/pinctrl/qcom/Makefile
+++ b/drivers/pinctrl/qcom/Makefile
@@ -5,3 +5,4 @@ obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o
obj-$(CONFIG_PINCTRL_IPQ8064) += pinctrl-ipq8064.o
obj-$(CONFIG_PINCTRL_MSM8960) += pinctrl-msm8960.o
obj-$(CONFIG_PINCTRL_MSM8X74) += pinctrl-msm8x74.o
+obj-$(CONFIG_PINCTRL_QCOM_SPMI_PMIC) += pinctrl-spmi-gpio.o