diff options
author | Joonwoo Park <joonwoop@codeaurora.org> | 2015-11-17 16:35:46 -0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2015-12-01 10:29:03 +0100 |
commit | d1b49b68609c673f70a6da4858cc16d7749df6a3 (patch) | |
tree | 28268690e255b5515e2f0e2a8229d2f0c90b318d /drivers/pinctrl/qcom/Kconfig | |
parent | ab4256cfeab91569e1d96e7f0014538fe0845259 (diff) | |
download | linux-stable-d1b49b68609c673f70a6da4858cc16d7749df6a3.tar.gz linux-stable-d1b49b68609c673f70a6da4858cc16d7749df6a3.tar.bz2 linux-stable-d1b49b68609c673f70a6da4858cc16d7749df6a3.zip |
pinctrl: qcom: Add msm8996 pinctrl driver
Add initial pinctrl driver to support pin configuration with
pinctrl framework for msm8996.
Cc: <devicetree@vger.kernel.org>
Signed-off-by: Joonwoo Park <joonwoop@codeaurora.org>
[sboyd@codeaurora.org: Remove duplicate entries and enums]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Björn Andersson <bjorn.andersson@sonymobile.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/qcom/Kconfig')
-rw-r--r-- | drivers/pinctrl/qcom/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig index 383263a92e59..eeac8cba8a21 100644 --- a/drivers/pinctrl/qcom/Kconfig +++ b/drivers/pinctrl/qcom/Kconfig @@ -63,6 +63,14 @@ config PINCTRL_MSM8916 This is the pinctrl, pinmux, pinconf and gpiolib driver for the Qualcomm TLMM block found on the Qualcomm 8916 platform. +config PINCTRL_MSM8996 + tristate "Qualcomm MSM8996 pin controller driver" + depends on GPIOLIB && OF + select PINCTRL_MSM + help + This is the pinctrl, pinmux, pinconf and gpiolib driver for the + Qualcomm TLMM block found in the Qualcomm MSM8996 platform. + config PINCTRL_QDF2XXX tristate "Qualcomm Technologies QDF2xxx pin controller driver" depends on GPIOLIB && ACPI |