Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 43de143c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "interconnect: qcom: Add Lahaina interconnect provider driver"

parents 4cba5b18 81e8ab13
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
config INTERCONNECT_QCOM
	bool "Qualcomm Network-on-Chip interconnect drivers"
	tristate "Qualcomm Technologies, Inc. Network-on-Chip interconnect drivers"
	depends on ARCH_QCOM
	help
	  Support for Qualcomm's Network-on-Chip interconnect hardware.
@@ -12,3 +12,10 @@ config INTERCONNECT_QCOM_SDM845
	help
	  This is a driver for the Qualcomm Network-on-Chip on sdm845-based
	  platforms.

config INTERCONNECT_QCOM_LAHAINA
	tristate "LAHAINA interconnect driver"
	depends on INTERCONNECT_QCOM
	help
	  This is a driver for the Qualcomm Technologies, Inc. Network-on-Chip
	  on lahaina-based platforms.
+2 −0
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0

qnoc-sdm845-objs			:= sdm845.o
qnoc-lahaina-objs			:= lahaina.o

obj-$(CONFIG_INTERCONNECT_QCOM_SDM845) += qnoc-sdm845.o
obj-$(CONFIG_INTERCONNECT_QCOM_LAHAINA) += qnoc-lahaina.o
+933 −0

File added.

Preview size limit exceeded, changes collapsed.