File tree Expand file tree Collapse file tree 3 files changed +1361
-0
lines changed
drivers/interconnect/qcom Expand file tree Collapse file tree 3 files changed +1361
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,15 @@ config INTERCONNECT_QCOM_MSM8916
26
26
This is a driver for the Qualcomm Network-on-Chip on msm8916-based
27
27
platforms.
28
28
29
+ config INTERCONNECT_QCOM_MSM8937
30
+ tristate "Qualcomm MSM8937 interconnect driver"
31
+ depends on INTERCONNECT_QCOM
32
+ depends on QCOM_SMD_RPM
33
+ select INTERCONNECT_QCOM_SMD_RPM
34
+ help
35
+ This is a driver for the Qualcomm Network-on-Chip on msm8937-based
36
+ platforms.
37
+
29
38
config INTERCONNECT_QCOM_MSM8939
30
39
tristate "Qualcomm MSM8939 interconnect driver"
31
40
depends on INTERCONNECT_QCOM
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ interconnect_qcom-y := icc-common.o
6
6
icc-bcm-voter-objs := bcm-voter.o
7
7
qnoc-msm8909-objs := msm8909.o
8
8
qnoc-msm8916-objs := msm8916.o
9
+ qnoc-msm8937-objs := msm8937.o
9
10
qnoc-msm8939-objs := msm8939.o
10
11
qnoc-msm8953-objs := msm8953.o
11
12
qnoc-msm8974-objs := msm8974.o
@@ -42,6 +43,7 @@ icc-smd-rpm-objs := smd-rpm.o icc-rpm.o icc-rpm-clocks.o
42
43
obj-$(CONFIG_INTERCONNECT_QCOM_BCM_VOTER) += icc-bcm-voter.o
43
44
obj-$(CONFIG_INTERCONNECT_QCOM_MSM8909) += qnoc-msm8909.o
44
45
obj-$(CONFIG_INTERCONNECT_QCOM_MSM8916) += qnoc-msm8916.o
46
+ obj-$(CONFIG_INTERCONNECT_QCOM_MSM8937) += qnoc-msm8937.o
45
47
obj-$(CONFIG_INTERCONNECT_QCOM_MSM8939) += qnoc-msm8939.o
46
48
obj-$(CONFIG_INTERCONNECT_QCOM_MSM8953) += qnoc-msm8953.o
47
49
obj-$(CONFIG_INTERCONNECT_QCOM_MSM8974) += qnoc-msm8974.o
You can’t perform that action at this time.
0 commit comments