Merge "qcom: pinctrl: Add snapshot of kalama pinctrl driver"

This commit is contained in:
qctecmdr 2022-08-02 17:48:50 -07:00 committed by Gerrit - the friendly Code Review server
commit d4c7a31d0d
3 changed files with 2540 additions and 0 deletions

View File

@ -23,6 +23,17 @@ config PINCTRL_PINEAPPLE
Say Y here to compile statically, or M here to compile it as a
module. If unsure, say N.
config PINCTRL_KALAMA
tristate "Qualcomm Technologies Inc KALAMA 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 Top Level Mode Multiplexer block (TLMM)
block found on the Qualcomm Technologies Inc KALAMA platform.
Say Y here to compile statically, or M here to compile it as a module.
If unsure, say N.
config PINCTRL_APQ8064
tristate "Qualcomm APQ8064 pin controller driver"
depends on OF

View File

@ -2,6 +2,7 @@
# Qualcomm pin control drivers
obj-$(CONFIG_PINCTRL_MSM) += pinctrl-msm.o
obj-$(CONFIG_PINCTRL_PINEAPPLE) += pinctrl-pineapple.o
obj-$(CONFIG_PINCTRL_KALAMA) += pinctrl-kalama.o
obj-$(CONFIG_PINCTRL_APQ8064) += pinctrl-apq8064.o
obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o
obj-$(CONFIG_PINCTRL_IPQ4019) += pinctrl-ipq4019.o

File diff suppressed because it is too large Load Diff