File tree Expand file tree Collapse file tree 3 files changed +1118
-0
lines changed Expand file tree Collapse file tree 3 files changed +1118
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,16 @@ config PINCTRL_IPQ8074
50
50
Qualcomm Technologies Inc. IPQ8074 platform. Select this for
51
51
IPQ8074.
52
52
53
+ config PINCTRL_IPQ6018
54
+ tristate "Qualcomm Technologies, Inc. IPQ6018 pin controller driver"
55
+ depends on GPIOLIB && OF
56
+ select PINCTRL_MSM
57
+ help
58
+ This is the pinctrl, pinmux, pinconf and gpiolib driver for
59
+ the Qualcomm Technologies Inc. TLMM block found on the
60
+ Qualcomm Technologies Inc. IPQ6018 platform. Select this for
61
+ IPQ6018.
62
+
53
63
config PINCTRL_MSM8660
54
64
tristate "Qualcomm 8660 pin controller driver"
55
65
depends on GPIOLIB && OF
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ 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
8
obj-$(CONFIG_PINCTRL_IPQ8074) += pinctrl-ipq8074.o
9
+ obj-$(CONFIG_PINCTRL_IPQ6018) += pinctrl-ipq6018.o
9
10
obj-$(CONFIG_PINCTRL_MSM8660) += pinctrl-msm8660.o
10
11
obj-$(CONFIG_PINCTRL_MSM8960) += pinctrl-msm8960.o
11
12
obj-$(CONFIG_PINCTRL_MSM8X74) += pinctrl-msm8x74.o
You can’t perform that action at this time.
0 commit comments