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

Commit d60566d6 authored by Prasadarao Durvasula's avatar Prasadarao Durvasula Committed by Gerrit - the friendly Code Review server
Browse files

drivers: soc: qcom: Add bam dmux driver support



Added snapshot of mdm9607 bam dmux driver as of
msm-3.18.c8 commit 69da6b6721b.

Change-Id: Ic90c01188cfc0e027b215a3818119998be733a36
Signed-off-by: default avatarPrasadarao Durvasula <pdurvasu@codeaurora.org>
Signed-off-by: default avatarSivasri Kumar Vanka <sivasri@codeaurora.org>
Signed-off-by: default avatarSwetha Chikkaboraiah <schikk@codeaurora.org>
parent 0086d774
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -904,6 +904,16 @@ config QTI_CRYPTO_TZ
	 performing hardware based file encryption. This means keys are
	 programmed and managed through SCM calls to TZ where ICE driver
	 will configure keys.

config MSM_BAM_DMUX
	bool "BAM Data Mux Driver"
	depends on SPS
	help
	 Support Muxed Data Channels over BAM interface.
	 BAM has a limited number of pipes.  This driver
	 provides a means to support more logical channels
	 via muxing than BAM could without muxing.

endmenu

config QCOM_HYP_CORE_CTL
+1 −0
Original line number Diff line number Diff line
@@ -107,3 +107,4 @@ obj-$(CONFIG_QTI_CRYPTO_COMMON) += crypto-qti-common.o
obj-$(CONFIG_QTI_CRYPTO_TZ) += crypto-qti-tz.o
obj-$(CONFIG_QTI_HW_KEY_MANAGER) += hwkm_qti.o
hwkm_qti-y += hwkm.o
obj-$(CONFIG_MSM_BAM_DMUX) += bam_dmux.o