diff options
author | Georgi Djakov <djakov@kernel.org> | 2021-12-15 07:14:27 +0200 |
---|---|---|
committer | Georgi Djakov <djakov@kernel.org> | 2021-12-15 07:14:27 +0200 |
commit | 01f8938ad036e97802551ea3746fbc5fdc091de6 (patch) | |
tree | 45cb5d1f1c3f00f7728590611a59d646abbd5051 /drivers/interconnect/qcom/Kconfig | |
parent | 4a5cf65d003c0a77228cc301caad12ef1c518a9b (diff) | |
parent | 1a14b1ac3935788de75ea3b0ef68b46375070f77 (diff) |
Merge branch 'icc-qcm2290' into icc-next
Add support for QCM2290 including a few prep changes.
* icc-qcm2290
interconnect: icc-rpm: Define ICC device type
interconnect: icc-rpm: Add QNOC type QoS support
interconnect: icc-rpm: Support child NoC device probe
dt-bindings: interconnect: Add Qualcomm QCM2290 NoC support
interconnect: qcom: Add QCM2290 driver support
Link: https://lore.kernel.org/r/20211215002324.1727-1-shawn.guo@linaro.org
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 6e01ea091f79..91353e651a52 100644 --- a/drivers/interconnect/qcom/Kconfig +++ b/drivers/interconnect/qcom/Kconfig @@ -51,6 +51,15 @@ config INTERCONNECT_QCOM_OSM_L3 Say y here to support the Operating State Manager (OSM) interconnect driver which controls the scaling of L3 caches on Qualcomm SoCs. +config INTERCONNECT_QCOM_QCM2290 + tristate "Qualcomm QCM2290 interconnect driver" + depends on INTERCONNECT_QCOM + depends on QCOM_SMD_RPM + select INTERCONNECT_QCOM_SMD_RPM + help + This is a driver for the Qualcomm Network-on-Chip on qcm2290-based + platforms. + config INTERCONNECT_QCOM_QCS404 tristate "Qualcomm QCS404 interconnect driver" depends on INTERCONNECT_QCOM |