diff options
| author | Raviteja Laggyshetty <quic_rlaggysh@quicinc.com> | 2024-09-24 14:39:58 +0000 |
|---|---|---|
| committer | Georgi Djakov <djakov@kernel.org> | 2024-10-22 11:30:14 +0300 |
| commit | 77d79677b04b9554e3fb0e7a453453c00a549d84 (patch) | |
| tree | de7ce19bfcca3dc76a27daf1eb211e1496e0eebd /drivers/interconnect/qcom/Kconfig | |
| parent | dt-bindings: interconnect: document the RPMh Network-On-Chip interconnect in ... (diff) | |
| download | linux-77d79677b04b9554e3fb0e7a453453c00a549d84.tar.gz linux-77d79677b04b9554e3fb0e7a453453c00a549d84.zip | |
interconnect: qcom: add QCS615 interconnect provider driver
Add driver for the Qualcomm interconnect buses found in QCS615
based platforms. The topology consists of several NoCs that are
controlled by a remote processor that collects the aggregated
bandwidth for each master-slave pairs.
Signed-off-by: Raviteja Laggyshetty <quic_rlaggysh@quicinc.com>
Link: https://lore.kernel.org/r/20240924143958.25-3-quic_rlaggysh@quicinc.com
Signed-off-by: Georgi Djakov <djakov@kernel.org>
Diffstat (limited to 'drivers/interconnect/qcom/Kconfig')
| -rw-r--r-- | drivers/interconnect/qcom/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/interconnect/qcom/Kconfig b/drivers/interconnect/qcom/Kconfig index de96d4661340..0f25ca4f77bf 100644 --- a/drivers/interconnect/qcom/Kconfig +++ b/drivers/interconnect/qcom/Kconfig @@ -105,6 +105,15 @@ config INTERCONNECT_QCOM_QCS404 This is a driver for the Qualcomm Network-on-Chip on qcs404-based platforms. +config INTERCONNECT_QCOM_QCS615 + tristate "Qualcomm QCS615 interconnect driver" + depends on INTERCONNECT_QCOM_RPMH_POSSIBLE + select INTERCONNECT_QCOM_RPMH + select INTERCONNECT_QCOM_BCM_VOTER + help + This is a driver for the Qualcomm Network-on-Chip on qcs615-based + platforms. + config INTERCONNECT_QCOM_QDU1000 tristate "Qualcomm QDU1000/QRU1000 interconnect driver" depends on INTERCONNECT_QCOM_RPMH_POSSIBLE |
