File tree Expand file tree Collapse file tree 4 files changed +809
-0
lines changed
drivers/interconnect/qcom Expand file tree Collapse file tree 4 files changed +809
-0
lines changed Original file line number Diff line number Diff line change @@ -83,6 +83,15 @@ config INTERCONNECT_QCOM_SC7280
83
83
This is a driver for the Qualcomm Network-on-Chip on sc7280-based
84
84
platforms.
85
85
86
+ config INTERCONNECT_QCOM_SC8180X
87
+ tristate "Qualcomm SC8180X interconnect driver"
88
+ depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
89
+ select INTERCONNECT_QCOM_RPMH
90
+ select INTERCONNECT_QCOM_BCM_VOTER
91
+ help
92
+ This is a driver for the Qualcomm Network-on-Chip on sc8180x-based
93
+ platforms.
94
+
86
95
config INTERCONNECT_QCOM_SDM660
87
96
tristate "Qualcomm SDM660 interconnect driver"
88
97
depends on INTERCONNECT_QCOM
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ qnoc-qcs404-objs := qcs404.o
9
9
icc-rpmh-obj := icc-rpmh.o
10
10
qnoc-sc7180-objs := sc7180.o
11
11
qnoc-sc7280-objs := sc7280.o
12
+ qnoc-sc8180x-objs := sc8180x.o
12
13
qnoc-sdm660-objs := sdm660.o
13
14
qnoc-sdm845-objs := sdm845.o
14
15
qnoc-sdx55-objs := sdx55.o
@@ -26,6 +27,7 @@ obj-$(CONFIG_INTERCONNECT_QCOM_QCS404) += qnoc-qcs404.o
26
27
obj-$(CONFIG_INTERCONNECT_QCOM_RPMH) += icc-rpmh.o
27
28
obj-$(CONFIG_INTERCONNECT_QCOM_SC7180) += qnoc-sc7180.o
28
29
obj-$(CONFIG_INTERCONNECT_QCOM_SC7280) += qnoc-sc7280.o
30
+ obj-$(CONFIG_INTERCONNECT_QCOM_SC8180X) += qnoc-sc8180x.o
29
31
obj-$(CONFIG_INTERCONNECT_QCOM_SDM660) += qnoc-sdm660.o
30
32
obj-$(CONFIG_INTERCONNECT_QCOM_SDM845) += qnoc-sdm845.o
31
33
obj-$(CONFIG_INTERCONNECT_QCOM_SDX55) += qnoc-sdx55.o
You can’t perform that action at this time.
0 commit comments