diff options
author | Rohit Agarwal <quic_rohiagar@quicinc.com> | 2023-09-13 16:10:56 +0200 |
---|---|---|
committer | Georgi Djakov <djakov@kernel.org> | 2023-10-10 11:15:05 +0200 |
commit | 3642b4e5cbfe480892858f0209c6fd0a3172a103 (patch) | |
tree | 0e39745d91edcfcc2b355222f144ad6975fa77c6 /drivers/interconnect/qcom/Kconfig | |
parent | dt-bindings: interconnect: Add compatibles for SDX75 (diff) | |
download | linux-3642b4e5cbfe480892858f0209c6fd0a3172a103.tar.xz linux-3642b4e5cbfe480892858f0209c6fd0a3172a103.zip |
interconnect: qcom: Add SDX75 interconnect provider driver
Add driver for the Qualcomm interconnect buses found in SDX75.
Signed-off-by: Rohit Agarwal <quic_rohiagar@quicinc.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Link: https://lore.kernel.org/r/1694614256-24109-3-git-send-email-quic_rohiagar@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 825b647d9169..62b516d38d03 100644 --- a/drivers/interconnect/qcom/Kconfig +++ b/drivers/interconnect/qcom/Kconfig @@ -182,6 +182,15 @@ config INTERCONNECT_QCOM_SDX65 This is a driver for the Qualcomm Network-on-Chip on sdx65-based platforms. +config INTERCONNECT_QCOM_SDX75 + tristate "Qualcomm SDX75 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 sdx75-based + platforms. + config INTERCONNECT_QCOM_SM6350 tristate "Qualcomm SM6350 interconnect driver" depends on INTERCONNECT_QCOM_RPMH_POSSIBLE |