diff options
author | Khan, Imran <kimran@codeaurora.org> | 2018-01-07 18:15:30 -0800 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2018-01-09 15:30:20 +0100 |
commit | a3a093ae02e2ae81499ad9e78516dccd72906c25 (patch) | |
tree | e836f74b1858b59cac1a5a863c31c304ca8407bb /drivers/pinctrl/qcom/Kconfig | |
parent | 7c3012c8553b9f6688a02387dbc05850ac643c88 (diff) | |
download | linux-stable-a3a093ae02e2ae81499ad9e78516dccd72906c25.tar.gz linux-stable-a3a093ae02e2ae81499ad9e78516dccd72906c25.tar.bz2 linux-stable-a3a093ae02e2ae81499ad9e78516dccd72906c25.zip |
pinctrl: qcom: Add msm8998 pinctrl driver
Add initial pinctrl driver to support pin configuration with
pinctrl framework for msm8998.
Signed-off-by: Imran Khan <kimran@codeaurora.org>
Acked-by: Rob Herring <robh@kernel.org>
[bjorn: Consolidated function groups]
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
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 9e504dbc7fb5..fcaaa92d76df 100644 --- a/drivers/pinctrl/qcom/Kconfig +++ b/drivers/pinctrl/qcom/Kconfig @@ -106,6 +106,14 @@ config PINCTRL_MSM8996 This is the pinctrl, pinmux, pinconf and gpiolib driver for the Qualcomm TLMM block found in the Qualcomm MSM8996 platform. +config PINCTRL_MSM8998 + tristate "Qualcomm MSM8998 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 MSM8998 platform. + config PINCTRL_QDF2XXX tristate "Qualcomm Technologies QDF2xxx pin controller driver" depends on GPIOLIB && ACPI |