summaryrefslogtreecommitdiff
path: root/drivers/interconnect/qcom/Kconfig
diff options
context:
space:
mode:
authorShazad Hussain <quic_shazhuss@quicinc.com>2023-01-18 15:08:25 +0100
committerGeorgi Djakov <djakov@kernel.org>2023-01-19 20:23:00 +0200
commit3655a63f9661b1fff313d8795200ff420282a87b (patch)
tree17193c8c4bb37d66a7202b4cd22c24ee038826e4 /drivers/interconnect/qcom/Kconfig
parent2579af94c813d16bfabd81797f492fdfba25d088 (diff)
interconnect: qcom: add a driver for sa8775p
Introduce QTI SA8775P-specific interconnect driver. Signed-off-by: Shazad Hussain <quic_shazhuss@quicinc.com> [Bartosz: made the driver ready for upstream] Co-developed-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230118140825.242544-1-brgl@bgdev.pl Signed-off-by: Georgi Djakov <djakov@kernel.org>
Diffstat (limited to 'drivers/interconnect/qcom/Kconfig')
-rw-r--r--drivers/interconnect/qcom/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/interconnect/qcom/Kconfig b/drivers/interconnect/qcom/Kconfig
index 1a1c941635a2..023e42ebe365 100644
--- a/drivers/interconnect/qcom/Kconfig
+++ b/drivers/interconnect/qcom/Kconfig
@@ -83,6 +83,15 @@ config INTERCONNECT_QCOM_RPMH_POSSIBLE
config INTERCONNECT_QCOM_RPMH
tristate
+config INTERCONNECT_QCOM_SA8775P
+ tristate "Qualcomm SA8775P 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 sa8775p-based
+ platforms.
+
config INTERCONNECT_QCOM_SC7180
tristate "Qualcomm SC7180 interconnect driver"
depends on INTERCONNECT_QCOM_RPMH_POSSIBLE