xref: /linux/drivers/interconnect/qcom/Kconfig (revision 44f57d78)
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_SDM845
9	tristate "Qualcomm SDM845 interconnect driver"
10	depends on INTERCONNECT_QCOM
11	depends on (QCOM_RPMH && QCOM_COMMAND_DB && OF) || COMPILE_TEST
12	help
13	  This is a driver for the Qualcomm Network-on-Chip on sdm845-based
14	  platforms.
15