Kconfig (d0034a7a4ac7fae708146ac0059b9c47a1543f0d) | Kconfig (46bdcac533cca06c481524343de7d9cc46d67093) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config INTERCONNECT_QCOM 3 bool "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 --- 60 unchanged lines hidden (view full) --- 69 tristate "Qualcomm SC7180 interconnect driver" 70 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 71 select INTERCONNECT_QCOM_RPMH 72 select INTERCONNECT_QCOM_BCM_VOTER 73 help 74 This is a driver for the Qualcomm Network-on-Chip on sc7180-based 75 platforms. 76 | 1# SPDX-License-Identifier: GPL-2.0-only 2config INTERCONNECT_QCOM 3 bool "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 --- 60 unchanged lines hidden (view full) --- 69 tristate "Qualcomm SC7180 interconnect driver" 70 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 71 select INTERCONNECT_QCOM_RPMH 72 select INTERCONNECT_QCOM_BCM_VOTER 73 help 74 This is a driver for the Qualcomm Network-on-Chip on sc7180-based 75 platforms. 76 |
77config INTERCONNECT_QCOM_SC7280 78 tristate "Qualcomm SC7280 interconnect driver" 79 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 80 select INTERCONNECT_QCOM_RPMH 81 select INTERCONNECT_QCOM_BCM_VOTER 82 help 83 This is a driver for the Qualcomm Network-on-Chip on sc7280-based 84 platforms. 85 86config INTERCONNECT_QCOM_SDM660 87 tristate "Qualcomm SDM660 interconnect driver" 88 depends on INTERCONNECT_QCOM 89 depends on QCOM_SMD_RPM 90 select INTERCONNECT_QCOM_SMD_RPM 91 help 92 This is a driver for the Qualcomm Network-on-Chip on sdm660-based 93 platforms. 94 |
|
77config INTERCONNECT_QCOM_SDM845 78 tristate "Qualcomm SDM845 interconnect driver" 79 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 80 select INTERCONNECT_QCOM_RPMH 81 select INTERCONNECT_QCOM_BCM_VOTER 82 help 83 This is a driver for the Qualcomm Network-on-Chip on sdm845-based 84 platforms. --- 20 unchanged lines hidden (view full) --- 105 tristate "Qualcomm SM8250 interconnect driver" 106 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 107 select INTERCONNECT_QCOM_RPMH 108 select INTERCONNECT_QCOM_BCM_VOTER 109 help 110 This is a driver for the Qualcomm Network-on-Chip on sm8250-based 111 platforms. 112 | 95config INTERCONNECT_QCOM_SDM845 96 tristate "Qualcomm SDM845 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 sdm845-based 102 platforms. --- 20 unchanged lines hidden (view full) --- 123 tristate "Qualcomm SM8250 interconnect driver" 124 depends on INTERCONNECT_QCOM_RPMH_POSSIBLE 125 select INTERCONNECT_QCOM_RPMH 126 select INTERCONNECT_QCOM_BCM_VOTER 127 help 128 This is a driver for the Qualcomm Network-on-Chip on sm8250-based 129 platforms. 130 |
131config INTERCONNECT_QCOM_SM8350 132 tristate "Qualcomm SM8350 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 SM8350-based 138 platforms. 139 |
|
113config INTERCONNECT_QCOM_SMD_RPM 114 tristate | 140config INTERCONNECT_QCOM_SMD_RPM 141 tristate |