diff options
author | Shawn Guo <shawn.guo@linaro.org> | 2021-09-23 05:32:24 +0200 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2021-09-23 23:13:24 +0200 |
commit | 48e049ef12385eaab93977bbf423fed85ca43de7 (patch) | |
tree | 5b2f2f2ee9e16138d22696d790a04e1251be085a /drivers/pinctrl/qcom/Kconfig | |
parent | dt-bindings: pinctrl: qcom: Add QCM2290 pinctrl bindings (diff) | |
download | linux-48e049ef12385eaab93977bbf423fed85ca43de7.tar.xz linux-48e049ef12385eaab93977bbf423fed85ca43de7.zip |
pinctrl: qcom: Add QCM2290 pinctrl driver
It's a porting of pinctrl-scuba driver from CAF msm-4.19 kernel. The
egpio and wake bits are removed.
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Reviewed-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20210923033224.29719-3-shawn.guo@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 4403d7f21023..5de6b00870dd 100644 --- a/drivers/pinctrl/qcom/Kconfig +++ b/drivers/pinctrl/qcom/Kconfig @@ -165,6 +165,14 @@ config PINCTRL_MSM8998 This is the pinctrl, pinmux, pinconf and gpiolib driver for the Qualcomm TLMM block found in the Qualcomm MSM8998 platform. +config PINCTRL_QCM2290 + tristate "Qualcomm QCM2290 pin controller driver" + depends on OF + depends on PINCTRL_MSM + help + This is the pinctrl, pinmux, pinconf and gpiolib driver for the + TLMM block found in the Qualcomm QCM2290 platform. + config PINCTRL_QCS404 tristate "Qualcomm QCS404 pin controller driver" depends on OF |