1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only 2b5d2f741SDavid Daiconfig INTERCONNECT_QCOM 3b5d2f741SDavid Dai bool "Qualcomm Network-on-Chip interconnect drivers" 4b5d2f741SDavid Dai depends on ARCH_QCOM 5b5d2f741SDavid Dai help 6b5d2f741SDavid Dai Support for Qualcomm's Network-on-Chip interconnect hardware. 7b5d2f741SDavid Dai 8b5d2f741SDavid Daiconfig INTERCONNECT_QCOM_SDM845 9b5d2f741SDavid Dai tristate "Qualcomm SDM845 interconnect driver" 10b5d2f741SDavid Dai depends on INTERCONNECT_QCOM 11b5d2f741SDavid Dai depends on (QCOM_RPMH && QCOM_COMMAND_DB && OF) || COMPILE_TEST 12b5d2f741SDavid Dai help 13b5d2f741SDavid Dai This is a driver for the Qualcomm Network-on-Chip on sdm845-based 14b5d2f741SDavid Dai platforms. 15be06f8e7SGeorgi Djakov 16be06f8e7SGeorgi Djakovconfig INTERCONNECT_QCOM_SMD_RPM 17be06f8e7SGeorgi Djakov tristate 18