xref: /openbmc/linux/drivers/interconnect/qcom/Kconfig (revision b5d2f741077abc71205e60b5bbd7dfa07b9d6953)
1*b5d2f741SDavid Daiconfig INTERCONNECT_QCOM
2*b5d2f741SDavid Dai	bool "Qualcomm Network-on-Chip interconnect drivers"
3*b5d2f741SDavid Dai	depends on ARCH_QCOM
4*b5d2f741SDavid Dai	help
5*b5d2f741SDavid Dai	  Support for Qualcomm's Network-on-Chip interconnect hardware.
6*b5d2f741SDavid Dai
7*b5d2f741SDavid Daiconfig INTERCONNECT_QCOM_SDM845
8*b5d2f741SDavid Dai	tristate "Qualcomm SDM845 interconnect driver"
9*b5d2f741SDavid Dai	depends on INTERCONNECT_QCOM
10*b5d2f741SDavid Dai	depends on (QCOM_RPMH && QCOM_COMMAND_DB && OF) || COMPILE_TEST
11*b5d2f741SDavid Dai	help
12*b5d2f741SDavid Dai	  This is a driver for the Qualcomm Network-on-Chip on sdm845-based
13*b5d2f741SDavid Dai	  platforms.
14