File tree Expand file tree Collapse file tree 3 files changed +1716
-0
lines changed
drivers/interconnect/qcom Expand file tree Collapse file tree 3 files changed +1716
-0
lines changed Original file line number Diff line number Diff line change @@ -337,6 +337,15 @@ config INTERCONNECT_QCOM_SM8650
337
337
This is a driver for the Qualcomm Network-on-Chip on SM8650-based
338
338
platforms.
339
339
340
+ config INTERCONNECT_QCOM_SM8750
341
+ tristate "Qualcomm SM8750 interconnect driver"
342
+ depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
343
+ select INTERCONNECT_QCOM_RPMH
344
+ select INTERCONNECT_QCOM_BCM_VOTER
345
+ help
346
+ This is a driver for the Qualcomm Network-on-Chip on SM8750-based
347
+ platforms.
348
+
340
349
config INTERCONNECT_QCOM_X1E80100
341
350
tristate "Qualcomm X1E80100 interconnect driver"
342
351
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ qnoc-sm8350-objs := sm8350.o
40
40
qnoc-sm8450-objs := sm8450.o
41
41
qnoc-sm8550-objs := sm8550.o
42
42
qnoc-sm8650-objs := sm8650.o
43
+ qnoc-sm8750-objs := sm8750.o
43
44
qnoc-x1e80100-objs := x1e80100.o
44
45
icc-smd-rpm-objs := smd-rpm.o icc-rpm.o icc-rpm-clocks.o
45
46
@@ -80,5 +81,6 @@ obj-$(CONFIG_INTERCONNECT_QCOM_SM8350) += qnoc-sm8350.o
80
81
obj-$(CONFIG_INTERCONNECT_QCOM_SM8450) += qnoc-sm8450.o
81
82
obj-$(CONFIG_INTERCONNECT_QCOM_SM8550) += qnoc-sm8550.o
82
83
obj-$(CONFIG_INTERCONNECT_QCOM_SM8650) += qnoc-sm8650.o
84
+ obj-$(CONFIG_INTERCONNECT_QCOM_SM8750) += qnoc-sm8750.o
83
85
obj-$(CONFIG_INTERCONNECT_QCOM_X1E80100) += qnoc-x1e80100.o
84
86
obj-$(CONFIG_INTERCONNECT_QCOM_SMD_RPM) += icc-smd-rpm.o
You can’t perform that action at this time.
0 commit comments