]> Git Repo - linux.git/blob - drivers/interconnect/qcom/Kconfig
net: dsa: sja1105: Implement state machine for TAS with PTP clock source
[linux.git] / drivers / interconnect / qcom / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config 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
8 config 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
17 config 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
25 config INTERCONNECT_QCOM_SMD_RPM
26         tristate
This page took 0.036653 seconds and 4 git commands to generate.