File tree 4 files changed +1905
-0
lines changed
drivers/interconnect/qcom
4 files changed +1905
-0
lines changed Original file line number Diff line number Diff line change @@ -218,6 +218,15 @@ config INTERCONNECT_QCOM_SM6350
218
218
This is a driver for the Qualcomm Network-on-Chip on sm6350-based
219
219
platforms.
220
220
221
+ config INTERCONNECT_QCOM_SM7150
222
+ tristate "Qualcomm SM7150 interconnect driver"
223
+ depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
224
+ select INTERCONNECT_QCOM_RPMH
225
+ select INTERCONNECT_QCOM_BCM_VOTER
226
+ help
227
+ This is a driver for the Qualcomm Network-on-Chip on sm7150-based
228
+ platforms.
229
+
221
230
config INTERCONNECT_QCOM_SM8150
222
231
tristate "Qualcomm SM8150 interconnect driver"
223
232
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ qnoc-sdx65-objs := sdx65.o
27
27
qnoc-sdx75-objs := sdx75.o
28
28
qnoc-sm6115-objs := sm6115.o
29
29
qnoc-sm6350-objs := sm6350.o
30
+ qnoc-sm7150-objs := sm7150.o
30
31
qnoc-sm8150-objs := sm8150.o
31
32
qnoc-sm8250-objs := sm8250.o
32
33
qnoc-sm8350-objs := sm8350.o
@@ -60,6 +61,7 @@ obj-$(CONFIG_INTERCONNECT_QCOM_SDX65) += qnoc-sdx65.o
60
61
obj-$(CONFIG_INTERCONNECT_QCOM_SDX75) += qnoc-sdx75.o
61
62
obj-$(CONFIG_INTERCONNECT_QCOM_SM6115) += qnoc-sm6115.o
62
63
obj-$(CONFIG_INTERCONNECT_QCOM_SM6350) += qnoc-sm6350.o
64
+ obj-$(CONFIG_INTERCONNECT_QCOM_SM7150) += qnoc-sm7150.o
63
65
obj-$(CONFIG_INTERCONNECT_QCOM_SM8150) += qnoc-sm8150.o
64
66
obj-$(CONFIG_INTERCONNECT_QCOM_SM8250) += qnoc-sm8250.o
65
67
obj-$(CONFIG_INTERCONNECT_QCOM_SM8350) += qnoc-sm8350.o
You can’t perform that action at this time.
0 commit comments