diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2014-07-09 13:55:12 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2014-07-11 14:08:38 +0200 |
commit | 69b78b8de65b28f65f2e31029462521855c7c351 (patch) | |
tree | 5670c00f67d9c66f78a82d56ecfde4ce763668bd /drivers/pinctrl/qcom/Makefile | |
parent | 14d40ff8f8b25a1ae6a273b62e239c7064e5bc9f (diff) | |
download | linux-69b78b8de65b28f65f2e31029462521855c7c351.tar.gz linux-69b78b8de65b28f65f2e31029462521855c7c351.tar.bz2 linux-69b78b8de65b28f65f2e31029462521855c7c351.zip |
pinctrl: msm: move all qualcomm drivers to subdir
We have four Qualcomm-related pin control drivers, and now there
are drivers coming in for the PMICs on these systems, so let's
create a qcom subdirectory to hold all the Qualcomm stuff.
Acked-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/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/pinctrl/qcom/Makefile b/drivers/pinctrl/qcom/Makefile new file mode 100644 index 000000000000..2a02602d715c --- /dev/null +++ b/drivers/pinctrl/qcom/Makefile @@ -0,0 +1,6 @@ +# Qualcomm pin control drivers +obj-$(CONFIG_PINCTRL_MSM) += pinctrl-msm.o +obj-$(CONFIG_PINCTRL_APQ8064) += pinctrl-apq8064.o +obj-$(CONFIG_PINCTRL_IPQ8064) += pinctrl-ipq8064.o +obj-$(CONFIG_PINCTRL_MSM8960) += pinctrl-msm8960.o +obj-$(CONFIG_PINCTRL_MSM8X74) += pinctrl-msm8x74.o |