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_QCS404 9 tristate "Qualcomm QCS404 interconnect driver" 10 depends on INTERCONNECT_QCOM 11 depends on QCOM_SMD_RPM 12 select INTERCONNECT_QCOM_SMD_RPM 13 help 14 This is a driver for the Qualcomm Network-on-Chip on qcs404-based 15 platforms. 16 17config INTERCONNECT_QCOM_SDM845 18 tristate "Qualcomm SDM845 interconnect driver" 19 depends on INTERCONNECT_QCOM 20 depends on (QCOM_RPMH && QCOM_COMMAND_DB && OF) || COMPILE_TEST 21 help 22 This is a driver for the Qualcomm Network-on-Chip on sdm845-based 23 platforms. 24 25config INTERCONNECT_QCOM_SMD_RPM 26 tristate 27