aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/qcom/Kconfig
diff options
context:
space:
mode:
authorPrasad Sodagudi <psodagud@codeaurora.org>2019-07-02 16:20:45 +0530
committerLinus Walleij <linus.walleij@linaro.org>2019-07-04 09:47:13 +0200
commit57218371d5ed1a6790675aad3a17c453baf2d1f2 (patch)
tree652012a1bf67f3c0391582d5dcda96e7a8fd5aeb /drivers/pinctrl/qcom/Kconfig
parentdt-bindings: pinctrl: qcom: Add SM8150 pinctrl binding (diff)
downloadlinux-dev-57218371d5ed1a6790675aad3a17c453baf2d1f2.tar.xz
linux-dev-57218371d5ed1a6790675aad3a17c453baf2d1f2.zip
pinctrl: qcom: Add SM8150 pinctrl driver
Add initial pinctrl driver to support pin configuration with pinctrl framework for SM8150 Signed-off-by: Prasad Sodagudi <psodagud@codeaurora.org> Signed-off-by: Isaac J. Manjarres <isaacm@codeaurora.org> [vkoul: modify to use upstream tile support use upstream code style order the functions and squash functions] Signed-off-by: Vinod Koul <vkoul@kernel.org> Link: https://lore.kernel.org/r/20190702105045.27646-4-vkoul@kernel.org Reviewed-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/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig
index aafbe932424f..03102c45fa07 100644
--- a/drivers/pinctrl/qcom/Kconfig
+++ b/drivers/pinctrl/qcom/Kconfig
@@ -175,4 +175,13 @@ config PINCTRL_SDM845
Qualcomm Technologies Inc TLMM block found on the Qualcomm
Technologies Inc SDM845 platform.
+config PINCTRL_SM8150
+ tristate "Qualcomm Technologies Inc SM8150 pin controller driver"
+ depends on GPIOLIB && OF
+ select PINCTRL_MSM
+ help
+ This is the pinctrl, pinmux, pinconf and gpiolib driver for the
+ Qualcomm Technologies Inc TLMM block found on the Qualcomm
+ Technologies Inc SM8150 platform.
+
endif