Merge "pinctrl: qcom: Add support for Seraph SoC in pin control"

This commit is contained in:
QCTECMDR Service 2024-08-26 00:16:17 -07:00 committed by Gerrit - the friendly Code Review server
commit a258823475
3 changed files with 2103 additions and 0 deletions

View file

@ -46,6 +46,17 @@ config PINCTRL_NIOBE
Say Y here to compile statically, or M here to compile it as a
module. If unsure, say N.
config PINCTRL_SERAPH
tristate "Qualcomm Technologies, Inc. SERAPH 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 SERAPH platform.
Say Y here to compile statically, or M here to compile it as a
module. If unsure, say N.
config PINCTRL_CLIFFS
tristate "Qualcomm Technologies, Inc. CLIFFS pin controller driver"
depends on GPIOLIB && OF

View file

@ -4,6 +4,7 @@ obj-$(CONFIG_PINCTRL_MSM) += pinctrl-msm.o
obj-$(CONFIG_PINCTRL_PINEAPPLE) += pinctrl-pineapple.o
obj-$(CONFIG_PINCTRL_ANORAK) += pinctrl-anorak.o
obj-$(CONFIG_PINCTRL_NIOBE) += pinctrl-niobe.o
obj-$(CONFIG_PINCTRL_SERAPH) += pinctrl-seraph.o
obj-$(CONFIG_PINCTRL_CLIFFS) += pinctrl-cliffs.o
obj-$(CONFIG_PINCTRL_KALAMA) += pinctrl-kalama.o
obj-$(CONFIG_PINCTRL_BLAIR) += pinctrl-blair.o

File diff suppressed because it is too large Load diff