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

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

Merge "drivers: soc: qcom: Port bam dmux driver"

parents 58b51962 f1870b71
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