mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
interconnect: qcom: Add interconnect snapshot for Kalama SoC
Add Kalama interconnect driver snapshort from msm-5.15 branch with base commit <a79cccfc9d06> (Merge "Revert "arm64: defconfig: Enable QCOM_DYN_MINIDUMP_STACK for kalama""). Change-Id: I1d0b556b28c5b8d41d68d58d6d729a61a84f6cfc Signed-off-by: Vivek Aknurwar <quic_viveka@quicinc.com> Signed-off-by: Huang Yiwei <quic_hyiwei@quicinc.com>
This commit is contained in:
parent
766d3a4d9a
commit
5e35d57c1e
|
|
@ -192,6 +192,19 @@ config INTERCONNECT_QCOM_SMD_RPM
|
|||
config INTERCONNECT_QCOM_QOS
|
||||
tristate
|
||||
|
||||
config INTERCONNECT_QCOM_KALAMA
|
||||
tristate "KALAMA interconnect driver"
|
||||
depends on INTERCONNECT_QCOM
|
||||
depends on OF
|
||||
select INTERCONNECT_QCOM_BCM_VOTER
|
||||
select INTERCONNECT_QCOM_RPMH
|
||||
select INTERCONNECT_QCOM_QOS
|
||||
help
|
||||
This is a driver for the Qualcomm Technologies, Inc. Network-on-Chip
|
||||
on Kalama-based platforms. Interconnect driver provides interfaces
|
||||
for setting bandwidth between two endpoints (path). It also used to
|
||||
configure NOC QoS settings (Quality of Service).
|
||||
|
||||
config INTERCONNECT_QCOM_DEBUG
|
||||
tristate "QCOM-specific interconnect debug features"
|
||||
depends on INTERCONNECT_QCOM
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@ qnoc-sm8250-objs := sm8250.o
|
|||
qnoc-sm8350-objs := sm8350.o
|
||||
qnoc-sm8450-objs := sm8450.o
|
||||
qnoc-pineapple-objs := pineapple.o
|
||||
qnoc-kalama-objs := kalama.o
|
||||
icc-smd-rpm-objs := smd-rpm.o icc-rpm.o
|
||||
qnoc-qos-obj := qnoc-qos.o
|
||||
|
||||
|
|
@ -43,6 +44,7 @@ obj-$(CONFIG_INTERCONNECT_QCOM_SM8250) += qnoc-sm8250.o
|
|||
obj-$(CONFIG_INTERCONNECT_QCOM_SM8350) += qnoc-sm8350.o
|
||||
obj-$(CONFIG_INTERCONNECT_QCOM_SM8450) += qnoc-sm8450.o
|
||||
obj-$(CONFIG_INTERCONNECT_QCOM_PINEAPPLE) += qnoc-pineapple.o
|
||||
obj-$(CONFIG_INTERCONNECT_QCOM_KALAMA) += qnoc-kalama.o
|
||||
obj-$(CONFIG_INTERCONNECT_QCOM_SMD_RPM) += icc-smd-rpm.o
|
||||
obj-$(CONFIG_INTERCONNECT_QCOM_QOS) += qnoc-qos.o
|
||||
obj-$(CONFIG_INTERCONNECT_QCOM_DEBUG) += icc-debug.o
|
||||
|
|
|
|||
2982
drivers/interconnect/qcom/kalama.c
Normal file
2982
drivers/interconnect/qcom/kalama.c
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user