Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: GPL-2.0-only
config CONFIG_INTERCONNECT_QCOM
	bool "Qualcomm Network-on-Chip interconnect drivers"
	depends on CONFIG_ARCH_QCOM
	help
	  Support for Qualcomm's Network-on-Chip interconnect hardware.

config CONFIG_INTERCONNECT_QCOM_QCS404
	tristate "Qualcomm QCS404 interconnect driver"
	depends on CONFIG_INTERCONNECT_QCOM
	depends on CONFIG_QCOM_SMD_RPM
	select CONFIG_INTERCONNECT_QCOM_SMD_RPM
	help
	  This is a driver for the Qualcomm Network-on-Chip on qcs404-based
	  platforms.

config CONFIG_INTERCONNECT_QCOM_SDM845
	tristate "Qualcomm SDM845 interconnect driver"
	depends on CONFIG_INTERCONNECT_QCOM
	depends on (CONFIG_QCOM_RPMH && CONFIG_QCOM_COMMAND_DB && CONFIG_OF) || CONFIG_COMPILE_TEST
	help
	  This is a driver for the Qualcomm Network-on-Chip on sdm845-based
	  platforms.

config CONFIG_INTERCONNECT_QCOM_SMD_RPM
	tristate