diff options
author | Vinod Koul <vkoul@kernel.org> | 2021-02-05 19:31:32 +0530 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-02-12 08:50:14 +0100 |
commit | d5d348a3271f4b4d877ed246d0566ad1b9ec7f5b (patch) | |
tree | 1d222c258e33c025009fd066af5d80c65e46aa3f /drivers/pinctrl/qcom/Kconfig | |
parent | 432e10330c39ab78df18acdd84d1f0159e574498 (diff) | |
download | linux-d5d348a3271f4b4d877ed246d0566ad1b9ec7f5b.tar.gz linux-d5d348a3271f4b4d877ed246d0566ad1b9ec7f5b.tar.bz2 linux-d5d348a3271f4b4d877ed246d0566ad1b9ec7f5b.zip |
pinctrl: qcom: Add SM8350 pinctrl driver
This adds pincontrol driver for tlmm block found in SM8350 SoC
This patch is based on initial code downstream by Raghavendra.
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Link: https://lore.kernel.org/r/20210205140132.274242-3-vkoul@kernel.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/qcom/Kconfig')
-rw-r--r-- | drivers/pinctrl/qcom/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pinctrl/qcom/Kconfig b/drivers/pinctrl/qcom/Kconfig index a003776506d0..8f07f54c027e 100644 --- a/drivers/pinctrl/qcom/Kconfig +++ b/drivers/pinctrl/qcom/Kconfig @@ -265,6 +265,15 @@ config PINCTRL_SM8250 Qualcomm Technologies Inc TLMM block found on the Qualcomm Technologies Inc SM8250 platform. +config PINCTRL_SM8350 + tristate "Qualcomm Technologies Inc SM8350 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 SM8350 platform. + config PINCTRL_LPASS_LPI tristate "Qualcomm Technologies Inc LPASS LPI pin controller driver" select PINMUX |