File tree Expand file tree Collapse file tree 3 files changed +1023
-0
lines changed Expand file tree Collapse file tree 3 files changed +1023
-0
lines changed Original file line number Diff line number Diff line change @@ -286,6 +286,14 @@ config PINCTRL_SDX75
286
286
Qualcomm Technologies Inc TLMM block found on the Qualcomm
287
287
Technologies Inc SDX75 platform.
288
288
289
+ config PINCTRL_SM4450
290
+ tristate "Qualcomm Technologies Inc SM4450 pin controller driver"
291
+ depends on ARM64 || COMPILE_TEST
292
+ help
293
+ This is the pinctrl, pinmux, pinconf and gpiolib driver for the
294
+ Qualcomm Technologies Inc TLMM block found on the Qualcomm
295
+ Technologies Inc SM4450 platform.
296
+
289
297
config PINCTRL_SM6115
290
298
tristate "Qualcomm Technologies Inc SM6115,SM4250 pin controller driver"
291
299
depends on ARM64 || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ obj-$(CONFIG_PINCTRL_SDM845) += pinctrl-sdm845.o
43
43
obj-$(CONFIG_PINCTRL_SDX55) += pinctrl-sdx55.o
44
44
obj-$(CONFIG_PINCTRL_SDX65) += pinctrl-sdx65.o
45
45
obj-$(CONFIG_PINCTRL_SDX75) += pinctrl-sdx75.o
46
+ obj-$(CONFIG_PINCTRL_SM4450) += pinctrl-sm4450.o
46
47
obj-$(CONFIG_PINCTRL_SM6115) += pinctrl-sm6115.o
47
48
obj-$(CONFIG_PINCTRL_SM6115_LPASS_LPI) += pinctrl-sm6115-lpass-lpi.o
48
49
obj-$(CONFIG_PINCTRL_SM6125) += pinctrl-sm6125.o
You can’t perform that action at this time.
0 commit comments