File tree Expand file tree Collapse file tree 3 files changed +1138
-0
lines changed Expand file tree Collapse file tree 3 files changed +1138
-0
lines changed Original file line number Diff line number Diff line change @@ -165,6 +165,14 @@ config PINCTRL_MSM8998
165
165
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
166
166
Qualcomm TLMM block found in the Qualcomm MSM8998 platform.
167
167
168
+ config PINCTRL_QCM2290
169
+ tristate "Qualcomm QCM2290 pin controller driver"
170
+ depends on OF
171
+ depends on PINCTRL_MSM
172
+ help
173
+ This is the pinctrl, pinmux, pinconf and gpiolib driver for the
174
+ TLMM block found in the Qualcomm QCM2290 platform.
175
+
168
176
config PINCTRL_QCS404
169
177
tristate "Qualcomm QCS404 pin controller driver"
170
178
depends on OF
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ obj-$(CONFIG_PINCTRL_MSM8976) += pinctrl-msm8976.o
17
17
obj-$(CONFIG_PINCTRL_MSM8994) += pinctrl-msm8994.o
18
18
obj-$(CONFIG_PINCTRL_MSM8996) += pinctrl-msm8996.o
19
19
obj-$(CONFIG_PINCTRL_MSM8998) += pinctrl-msm8998.o
20
+ obj-$(CONFIG_PINCTRL_QCM2290) += pinctrl-qcm2290.o
20
21
obj-$(CONFIG_PINCTRL_QCS404) += pinctrl-qcs404.o
21
22
obj-$(CONFIG_PINCTRL_QDF2XXX) += pinctrl-qdf2xxx.o
22
23
obj-$(CONFIG_PINCTRL_MDM9607) += pinctrl-mdm9607.o
You can’t perform that action at this time.
0 commit comments