Kconfig (7e438e18874e396f4a30657087e932b5a524729c) | Kconfig (3655a63f9661b1fff313d8795200ff420282a87b) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config INTERCONNECT_QCOM 3 tristate "Qualcomm Network-on-Chip interconnect drivers" 4 depends on ARCH_QCOM 5 help 6 Support for Qualcomm's Network-on-Chip interconnect hardware. 7 8config INTERCONNECT_QCOM_BCM_VOTER --- 69 unchanged lines hidden (view full) --- 78 help 79 Compile-testing RPMH drivers is possible on other platforms, 80 but in order to avoid link failures, drivers must not be built-in 81 when QCOM_RPMH or QCOM_COMMAND_DB are loadable modules 82 83config INTERCONNECT_QCOM_RPMH 84 tristate 85 | 1# SPDX-License-Identifier: GPL-2.0-only 2config INTERCONNECT_QCOM 3 tristate "Qualcomm Network-on-Chip interconnect drivers" 4 depends on ARCH_QCOM 5 help 6 Support for Qualcomm's Network-on-Chip interconnect hardware. 7 8config INTERCONNECT_QCOM_BCM_VOTER --- 69 unchanged lines hidden (view full) --- 78 help 79 Compile-testing RPMH drivers is possible on other platforms, 80 but in order to avoid link failures, drivers must not be built-in 81 when QCOM_RPMH or QCOM_COMMAND_DB are loadable modules 82 83config INTERCONNECT_QCOM_RPMH 84 tristate 85 |
86config INTERCONNECT_QCOM_SA8775P 87 tristate "Qualcomm SA8775P interconnect driver" 88 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 89 select INTERCONNECT_QCOM_RPMH 90 select INTERCONNECT_QCOM_BCM_VOTER 91 help 92 This is a driver for the Qualcomm Network-on-Chip on sa8775p-based 93 platforms. 94 |
|
86config INTERCONNECT_QCOM_SC7180 87 tristate "Qualcomm SC7180 interconnect driver" 88 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 89 select INTERCONNECT_QCOM_RPMH 90 select INTERCONNECT_QCOM_BCM_VOTER 91 help 92 This is a driver for the Qualcomm Network-on-Chip on sc7180-based 93 platforms. --- 29 unchanged lines hidden (view full) --- 123 tristate "Qualcomm SDM660 interconnect driver" 124 depends on INTERCONNECT_QCOM 125 depends on QCOM_SMD_RPM 126 select INTERCONNECT_QCOM_SMD_RPM 127 help 128 This is a driver for the Qualcomm Network-on-Chip on sdm660-based 129 platforms. 130 | 95config INTERCONNECT_QCOM_SC7180 96 tristate "Qualcomm SC7180 interconnect driver" 97 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 98 select INTERCONNECT_QCOM_RPMH 99 select INTERCONNECT_QCOM_BCM_VOTER 100 help 101 This is a driver for the Qualcomm Network-on-Chip on sc7180-based 102 platforms. --- 29 unchanged lines hidden (view full) --- 132 tristate "Qualcomm SDM660 interconnect driver" 133 depends on INTERCONNECT_QCOM 134 depends on QCOM_SMD_RPM 135 select INTERCONNECT_QCOM_SMD_RPM 136 help 137 This is a driver for the Qualcomm Network-on-Chip on sdm660-based 138 platforms. 139 |
131config INTERCONNECT_QCOM_SDM670 132 tristate "Qualcomm SDM670 interconnect driver" 133 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 134 select INTERCONNECT_QCOM_RPMH 135 select INTERCONNECT_QCOM_BCM_VOTER 136 help 137 This is a driver for the Qualcomm Network-on-Chip on sdm670-based 138 platforms. 139 | |
140config INTERCONNECT_QCOM_SDM845 141 tristate "Qualcomm SDM845 interconnect driver" 142 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 143 select INTERCONNECT_QCOM_RPMH 144 select INTERCONNECT_QCOM_BCM_VOTER 145 help 146 This is a driver for the Qualcomm Network-on-Chip on sdm845-based 147 platforms. --- 66 unchanged lines hidden --- | 140config INTERCONNECT_QCOM_SDM845 141 tristate "Qualcomm SDM845 interconnect driver" 142 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 143 select INTERCONNECT_QCOM_RPMH 144 select INTERCONNECT_QCOM_BCM_VOTER 145 help 146 This is a driver for the Qualcomm Network-on-Chip on sdm845-based 147 platforms. --- 66 unchanged lines hidden --- |