File tree Expand file tree Collapse file tree 3 files changed +1451
-0
lines changed
drivers/interconnect/qcom Expand file tree Collapse file tree 3 files changed +1451
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,15 @@ config INTERCONNECT_QCOM_MSM8974
53
53
This is a driver for the Qualcomm Network-on-Chip on msm8974-based
54
54
platforms.
55
55
56
+ config INTERCONNECT_QCOM_MSM8976
57
+ tristate "Qualcomm MSM8976 interconnect driver"
58
+ depends on INTERCONNECT_QCOM
59
+ depends on QCOM_SMD_RPM
60
+ select INTERCONNECT_QCOM_SMD_RPM
61
+ help
62
+ This is a driver for the Qualcomm Network-on-Chip on msm8976-based
63
+ platforms.
64
+
56
65
config INTERCONNECT_QCOM_MSM8996
57
66
tristate "Qualcomm MSM8996 interconnect driver"
58
67
depends on INTERCONNECT_QCOM
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ qnoc-msm8916-objs := msm8916.o
9
9
qnoc-msm8939-objs := msm8939.o
10
10
qnoc-msm8953-objs := msm8953.o
11
11
qnoc-msm8974-objs := msm8974.o
12
+ qnoc-msm8976-objs := msm8976.o
12
13
qnoc-msm8996-objs := msm8996.o
13
14
icc-osm-l3-objs := osm-l3.o
14
15
qnoc-qcm2290-objs := qcm2290.o
@@ -44,6 +45,7 @@ obj-$(CONFIG_INTERCONNECT_QCOM_MSM8916) += qnoc-msm8916.o
44
45
obj-$(CONFIG_INTERCONNECT_QCOM_MSM8939) += qnoc-msm8939.o
45
46
obj-$(CONFIG_INTERCONNECT_QCOM_MSM8953) += qnoc-msm8953.o
46
47
obj-$(CONFIG_INTERCONNECT_QCOM_MSM8974) += qnoc-msm8974.o
48
+ obj-$(CONFIG_INTERCONNECT_QCOM_MSM8976) += qnoc-msm8976.o
47
49
obj-$(CONFIG_INTERCONNECT_QCOM_MSM8996) += qnoc-msm8996.o
48
50
obj-$(CONFIG_INTERCONNECT_QCOM_OSM_L3) += icc-osm-l3.o
49
51
obj-$(CONFIG_INTERCONNECT_QCOM_QCM2290) += qnoc-qcm2290.o
You can’t perform that action at this time.
0 commit comments