File tree Expand file tree Collapse file tree 3 files changed +872
-0
lines changed Expand file tree Collapse file tree 3 files changed +872
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,16 @@ config PINCTRL_IPQ8064
48
48
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
49
49
Qualcomm TLMM block found in the Qualcomm IPQ8064 platform.
50
50
51
+ config PINCTRL_IPQ5332
52
+ tristate "Qualcomm Technologies Inc IPQ5332 pin controller driver"
53
+ depends on OF
54
+ depends on ARM64 || COMPILE_TEST
55
+ depends on PINCTRL_MSM
56
+ help
57
+ This is the pinctrl, pinmux, pinconf and gpiolib driver for the
58
+ Qualcomm Technologies Inc TLMM block found on the Qualcomm
59
+ Technologies Inc IPQ5332 platform.
60
+
51
61
config PINCTRL_IPQ8074
52
62
tristate "Qualcomm Technologies, Inc. IPQ8074 pin controller driver"
53
63
depends on OF
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ obj-$(CONFIG_PINCTRL_APQ8064) += pinctrl-apq8064.o
5
5
obj-$(CONFIG_PINCTRL_APQ8084) += pinctrl-apq8084.o
6
6
obj-$(CONFIG_PINCTRL_IPQ4019) += pinctrl-ipq4019.o
7
7
obj-$(CONFIG_PINCTRL_IPQ8064) += pinctrl-ipq8064.o
8
+ obj-$(CONFIG_PINCTRL_IPQ5332) += pinctrl-ipq5332.o
8
9
obj-$(CONFIG_PINCTRL_IPQ8074) += pinctrl-ipq8074.o
9
10
obj-$(CONFIG_PINCTRL_IPQ6018) += pinctrl-ipq6018.o
10
11
obj-$(CONFIG_PINCTRL_MSM8226) += pinctrl-msm8226.o
You can’t perform that action at this time.
0 commit comments