2019-05-19 12:07:45 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2019-01-16 16:11:00 +00:00
|
|
|
config INTERCONNECT_QCOM
|
|
|
|
bool "Qualcomm Network-on-Chip interconnect drivers"
|
|
|
|
depends on ARCH_QCOM
|
|
|
|
help
|
|
|
|
Support for Qualcomm's Network-on-Chip interconnect hardware.
|
|
|
|
|
2020-02-28 10:11:40 +00:00
|
|
|
config INTERCONNECT_QCOM_BCM_VOTER
|
|
|
|
tristate
|
|
|
|
|
2019-06-07 13:57:37 +00:00
|
|
|
config INTERCONNECT_QCOM_MSM8916
|
|
|
|
tristate "Qualcomm MSM8916 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 msm8916-based
|
|
|
|
platforms.
|
|
|
|
|
2019-11-08 12:53:49 +00:00
|
|
|
config INTERCONNECT_QCOM_MSM8974
|
2019-12-12 07:53:29 +00:00
|
|
|
tristate "Qualcomm MSM8974 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 msm8974-based
|
|
|
|
platforms.
|
2019-11-08 12:53:49 +00:00
|
|
|
|
2020-03-03 17:02:52 +00:00
|
|
|
config INTERCONNECT_QCOM_OSM_L3
|
|
|
|
tristate "Qualcomm OSM L3 interconnect driver"
|
|
|
|
depends on INTERCONNECT_QCOM || COMPILE_TEST
|
|
|
|
help
|
|
|
|
Say y here to support the Operating State Manager (OSM) interconnect
|
|
|
|
driver which controls the scaling of L3 caches on Qualcomm SoCs.
|
|
|
|
|
2019-07-23 14:23:38 +00:00
|
|
|
config INTERCONNECT_QCOM_QCS404
|
|
|
|
tristate "Qualcomm QCS404 interconnect driver"
|
|
|
|
depends on INTERCONNECT_QCOM
|
2019-08-15 07:48:48 +00:00
|
|
|
depends on QCOM_SMD_RPM
|
2019-07-23 14:23:38 +00:00
|
|
|
select INTERCONNECT_QCOM_SMD_RPM
|
|
|
|
help
|
|
|
|
This is a driver for the Qualcomm Network-on-Chip on qcs404-based
|
|
|
|
platforms.
|
|
|
|
|
2020-02-28 10:11:40 +00:00
|
|
|
config INTERCONNECT_QCOM_RPMH
|
|
|
|
tristate
|
|
|
|
|
2020-03-03 17:02:52 +00:00
|
|
|
config INTERCONNECT_QCOM_SC7180
|
|
|
|
tristate "Qualcomm SC7180 interconnect driver"
|
|
|
|
depends on INTERCONNECT_QCOM
|
|
|
|
depends on (QCOM_RPMH && QCOM_COMMAND_DB && OF) || COMPILE_TEST
|
|
|
|
select INTERCONNECT_QCOM_RPMH
|
|
|
|
select INTERCONNECT_QCOM_BCM_VOTER
|
|
|
|
help
|
|
|
|
This is a driver for the Qualcomm Network-on-Chip on sc7180-based
|
|
|
|
platforms.
|
|
|
|
|
2019-01-16 16:11:00 +00:00
|
|
|
config INTERCONNECT_QCOM_SDM845
|
|
|
|
tristate "Qualcomm SDM845 interconnect driver"
|
|
|
|
depends on INTERCONNECT_QCOM
|
|
|
|
depends on (QCOM_RPMH && QCOM_COMMAND_DB && OF) || COMPILE_TEST
|
2020-02-28 10:11:40 +00:00
|
|
|
select INTERCONNECT_QCOM_RPMH
|
|
|
|
select INTERCONNECT_QCOM_BCM_VOTER
|
2019-01-16 16:11:00 +00:00
|
|
|
help
|
|
|
|
This is a driver for the Qualcomm Network-on-Chip on sdm845-based
|
|
|
|
platforms.
|
2019-07-23 14:23:37 +00:00
|
|
|
|
2020-07-28 02:38:03 +00:00
|
|
|
config INTERCONNECT_QCOM_SM8150
|
|
|
|
tristate "Qualcomm SM8150 interconnect driver"
|
|
|
|
depends on INTERCONNECT_QCOM
|
|
|
|
depends on (QCOM_RPMH && QCOM_COMMAND_DB && OF) || COMPILE_TEST
|
|
|
|
select INTERCONNECT_QCOM_RPMH
|
|
|
|
select INTERCONNECT_QCOM_BCM_VOTER
|
|
|
|
help
|
|
|
|
This is a driver for the Qualcomm Network-on-Chip on sm8150-based
|
|
|
|
platforms.
|
|
|
|
|
2020-07-28 02:38:04 +00:00
|
|
|
config INTERCONNECT_QCOM_SM8250
|
|
|
|
tristate "Qualcomm SM8250 interconnect driver"
|
|
|
|
depends on INTERCONNECT_QCOM
|
|
|
|
depends on (QCOM_RPMH && QCOM_COMMAND_DB && OF) || COMPILE_TEST
|
|
|
|
select INTERCONNECT_QCOM_RPMH
|
|
|
|
select INTERCONNECT_QCOM_BCM_VOTER
|
|
|
|
help
|
|
|
|
This is a driver for the Qualcomm Network-on-Chip on sm8250-based
|
|
|
|
platforms.
|
|
|
|
|
2019-07-23 14:23:37 +00:00
|
|
|
config INTERCONNECT_QCOM_SMD_RPM
|
|
|
|
tristate
|