diff options
author | Neil Armstrong <neil.armstrong@linaro.org> | 2023-11-06 09:32:32 +0100 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2023-11-13 15:05:13 +0100 |
commit | 22a4a9ed37d675c210d530f2de92cc6afbcf1daa (patch) | |
tree | eb922d413db3d129639a1d471c2b9a147f4e3618 /drivers/pinctrl/qcom/Kconfig.msm | |
parent | 76b446f5b86e93515602c3afef6ff74c7e6562de (diff) |
pinctrl: qcom: Introduce the SM8650 Top Level Mode Multiplexer driver
Add Top Level Mode Multiplexer (pinctrl) support for the SM8650 platform.
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20231106-topic-sm8650-upstream-tlmm-v3-3-0e179c368933@linaro.org
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/pinctrl/qcom/Kconfig.msm')
-rw-r--r-- | drivers/pinctrl/qcom/Kconfig.msm | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/pinctrl/qcom/Kconfig.msm b/drivers/pinctrl/qcom/Kconfig.msm index 01dd7b134354..341491de406b 100644 --- a/drivers/pinctrl/qcom/Kconfig.msm +++ b/drivers/pinctrl/qcom/Kconfig.msm @@ -366,4 +366,12 @@ config PINCTRL_SM8550 Qualcomm Technologies Inc TLMM block found on the Qualcomm Technologies Inc SM8550 platform. +config PINCTRL_SM8650 + tristate "Qualcomm Technologies Inc SM8650 pin controller driver" + depends on ARM64 || COMPILE_TEST + help + This is the pinctrl, pinmux, pinconf and gpiolib driver for the + Qualcomm Technologies Inc TLMM block found on the Qualcomm + Technologies Inc SM8650 platform. + endif |