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

Commit 81e8ab13 authored by David Dai's avatar David Dai
Browse files

interconnect: qcom: Add Lahaina interconnect provider driver



Introduce Qualcomm Lahaina specific provider driver using the
interconnect framework.

Change-Id: Ib9b4423ee1896679d1456c7119befdee55684ad2
Signed-off-by: default avatarDavid Dai <daidavid1@codeaurora.org>
parent 1aa77b0e
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.