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

Commit 23ad398a authored by Jay Jayanna's avatar Jay Jayanna
Browse files

soc: qcom: Add snapshot of GLINK_PKT Driver



This snapshot is taken as of msm-4.19 'commit <d2f41beab007i>
("Merge "msm: npu: Add bandwidth monitor support"")'.

Removed the debug mask as it is not used for debugging.

Change-Id: I1fb6dfa73dedd27594d6a5b66d2892d5436ec076
Signed-off-by: default avatarJay Jayanna <jayanna@codeaurora.org>
parent 812f0991
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -378,6 +378,15 @@ config QCOM_SECURE_BUFFER
	  use this memory and no unauthorized access is made to the
	  buffer.

config QCOM_GLINK_PKT
	tristate "Enable device interface for GLINK packet channels"
	depends on QCOM_GLINK
	help
	  G-link packet driver provides the interface for the userspace
	  clients to communicate over G-Link via device nodes.
	  This enable the userspace clients to read and write to
	  some glink packets channel.

config QMP_DEBUGFS_CLIENT
	bool "Debugfs Client to communicate with AOP using QMP protocol"
	depends on DEBUG_FS
+1 −0
Original line number Diff line number Diff line
@@ -46,6 +46,7 @@ obj-$(CONFIG_QCOM_RPMPD) += rpmpd.o
obj-$(CONFIG_QMP_DEBUGFS_CLIENT) += qmp-debugfs-client.o
obj-$(CONFIG_QCOM_SMP2P_SLEEPSTATE) += smp2p_sleepstate.o
obj-$(CONFIG_SENSORS_SSC) += sensors_ssc.o
obj-$(CONFIG_QCOM_GLINK_PKT) += glink_pkt.o
obj-$(CONFIG_QSEE_IPC_IRQ) += qsee_ipc_irq.o
obj-$(CONFIG_QCOM_GLINK) += glink_probe.o
obj-$(CONFIG_MSM_GLINK_SSR) += msm_glink_ssr.o
+883 −0

File added.

Preview size limit exceeded, changes collapsed.