Kconfig (6b93f350e55f3f2ee071dd41109d936abfba8ebf) | Kconfig (c062bcab592475697d71806edf8cb936b27d4f66) |
---|---|
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 --- 231 unchanged lines hidden (view full) --- 240 tristate "Qualcomm SM8550 interconnect driver" 241 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 242 select INTERCONNECT_QCOM_RPMH 243 select INTERCONNECT_QCOM_BCM_VOTER 244 help 245 This is a driver for the Qualcomm Network-on-Chip on SM8550-based 246 platforms. 247 | 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 --- 231 unchanged lines hidden (view full) --- 240 tristate "Qualcomm SM8550 interconnect driver" 241 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 242 select INTERCONNECT_QCOM_RPMH 243 select INTERCONNECT_QCOM_BCM_VOTER 244 help 245 This is a driver for the Qualcomm Network-on-Chip on SM8550-based 246 platforms. 247 |
248config INTERCONNECT_QCOM_SM8650 249 tristate "Qualcomm SM8650 interconnect driver" 250 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 251 select INTERCONNECT_QCOM_RPMH 252 select INTERCONNECT_QCOM_BCM_VOTER 253 help 254 This is a driver for the Qualcomm Network-on-Chip on SM8650-based 255 platforms. 256 |
|
248config INTERCONNECT_QCOM_SMD_RPM 249 tristate | 257config INTERCONNECT_QCOM_SMD_RPM 258 tristate |