mirror of
https://github.com/torvalds/linux.git
synced 2026-07-30 19:21:28 +02:00
qcom: pinctrl: Add snapshot of kalama pinctrl driver
Add kalama pinctrl snapshot from msm-5.15 branch with base commit <a79cccfc9d06> (Merge "Revert "arm64: defconfig: Enable QCOM_DYN_MINIDUMP_STACK for kalama""). Change-Id: Id42af5f90582db983bcf900b81a933d2fbc24749 Signed-off-by: Huang Yiwei <quic_hyiwei@quicinc.com>
This commit is contained in:
parent
aea6137dc7
commit
a9e84bab9c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
2528
drivers/pinctrl/qcom/pinctrl-kalama.c
Normal file
2528
drivers/pinctrl/qcom/pinctrl-kalama.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user