File tree Expand file tree Collapse file tree 3 files changed +795
-0
lines changed Expand file tree Collapse file tree 3 files changed +795
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,17 @@ config PINCTRL_IPQ4019
39
39
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
40
40
Qualcomm TLMM block found in the Qualcomm IPQ4019 platform.
41
41
42
+ config PINCTRL_IPQ5018
43
+ tristate "Qualcomm Technologies, Inc. IPQ5018 pin controller driver"
44
+ depends on OF || COMPILE_TEST
45
+ depends on ARM64 || COMPILE_TEST
46
+ select PINCTRL_MSM
47
+ help
48
+ This is the pinctrl, pinmux, pinconf and gpiolib driver for
49
+ the Qualcomm Technologies Inc. TLMM block found on the
50
+ Qualcomm Technologies Inc. IPQ5018 platform. Select this for
51
+ IPQ5018.
52
+
42
53
config PINCTRL_IPQ8064
43
54
tristate "Qualcomm IPQ8064 pin controller driver"
44
55
depends on OF
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ obj-$(CONFIG_PINCTRL_MSM) += pinctrl-msm.o
4
4
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
+ obj-$(CONFIG_PINCTRL_IPQ5018) += pinctrl-ipq5018.o
7
8
obj-$(CONFIG_PINCTRL_IPQ8064) += pinctrl-ipq8064.o
8
9
obj-$(CONFIG_PINCTRL_IPQ5332) += pinctrl-ipq5332.o
9
10
obj-$(CONFIG_PINCTRL_IPQ8074) += pinctrl-ipq8074.o
You can’t perform that action at this time.
0 commit comments