File tree Expand file tree Collapse file tree 3 files changed +1254
-0
lines changed Expand file tree Collapse file tree 3 files changed +1254
-0
lines changed Original file line number Diff line number Diff line change @@ -198,6 +198,13 @@ config PINCTRL_QCS615
198
198
This is the pinctrl, pinmux, pinconf and gpiolib driver for the
199
199
TLMM block found on the Qualcomm QCS615 platform.
200
200
201
+ config PINCTRL_QCS8300
202
+ tristate "Qualcomm Technologies QCS8300 pin controller driver"
203
+ depends on ARM64 || COMPILE_TEST
204
+ help
205
+ This is the pinctrl, pinmux and pinconf driver for the Qualcomm
206
+ TLMM block found on the Qualcomm QCS8300 platform.
207
+
201
208
config PINCTRL_QDF2XXX
202
209
tristate "Qualcomm Technologies QDF2xxx pin controller driver"
203
210
depends on ACPI
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ obj-$(CONFIG_PINCTRL_MSM8998) += pinctrl-msm8998.o
25
25
obj-$(CONFIG_PINCTRL_QCM2290) += pinctrl-qcm2290.o
26
26
obj-$(CONFIG_PINCTRL_QCS404) += pinctrl-qcs404.o
27
27
obj-$(CONFIG_PINCTRL_QCS615) += pinctrl-qcs615.o
28
+ obj-$(CONFIG_PINCTRL_QCS8300) += pinctrl-qcs8300.o
28
29
obj-$(CONFIG_PINCTRL_QDF2XXX) += pinctrl-qdf2xxx.o
29
30
obj-$(CONFIG_PINCTRL_MDM9607) += pinctrl-mdm9607.o
30
31
obj-$(CONFIG_PINCTRL_MDM9615) += pinctrl-mdm9615.o
You can’t perform that action at this time.
0 commit comments