File tree Expand file tree Collapse file tree 3 files changed +1941
-0
lines changed
drivers/interconnect/qcom Expand file tree Collapse file tree 3 files changed +1941
-0
lines changed Original file line number Diff line number Diff line change @@ -137,6 +137,15 @@ config INTERCONNECT_QCOM_SA8775P
137
137
This is a driver for the Qualcomm Network-on-Chip on sa8775p-based
138
138
platforms.
139
139
140
+ config INTERCONNECT_QCOM_SAR2130P
141
+ tristate "Qualcomm SAR2130P interconnect driver"
142
+ depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
143
+ select INTERCONNECT_QCOM_RPMH
144
+ select INTERCONNECT_QCOM_BCM_VOTER
145
+ help
146
+ This is a driver for the Qualcomm Network-on-Chip on SAR2130P-based
147
+ platforms.
148
+
140
149
config INTERCONNECT_QCOM_SC7180
141
150
tristate "Qualcomm SC7180 interconnect driver"
142
151
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ qnoc-qcs404-objs := qcs404.o
18
18
qnoc-qdu1000-objs := qdu1000.o
19
19
icc-rpmh-obj := icc-rpmh.o
20
20
qnoc-sa8775p-objs := sa8775p.o
21
+ qnoc-sar2130p-objs := sar2130p.o
21
22
qnoc-sc7180-objs := sc7180.o
22
23
qnoc-sc7280-objs := sc7280.o
23
24
qnoc-sc8180x-objs := sc8180x.o
@@ -55,6 +56,7 @@ obj-$(CONFIG_INTERCONNECT_QCOM_QCS404) += qnoc-qcs404.o
55
56
obj-$(CONFIG_INTERCONNECT_QCOM_QDU1000) += qnoc-qdu1000.o
56
57
obj-$(CONFIG_INTERCONNECT_QCOM_RPMH) += icc-rpmh.o
57
58
obj-$(CONFIG_INTERCONNECT_QCOM_SA8775P) += qnoc-sa8775p.o
59
+ obj-$(CONFIG_INTERCONNECT_QCOM_SAR2130P) += qnoc-sar2130p.o
58
60
obj-$(CONFIG_INTERCONNECT_QCOM_SC7180) += qnoc-sc7180.o
59
61
obj-$(CONFIG_INTERCONNECT_QCOM_SC7280) += qnoc-sc7280.o
60
62
obj-$(CONFIG_INTERCONNECT_QCOM_SC8180X) += qnoc-sc8180x.o
You can’t perform that action at this time.
0 commit comments