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

Commit d08e0522 authored by Mayank Rana's avatar Mayank Rana Committed by Gerrit - the friendly Code Review server
Browse files

platform: msm: Add snapshot of USB BAM driver



This change adds snapshot of USB BAM driver which allows USB BAM to
communicate with other peripherals' (e.g. QDSS or IPA) BAM.

This snapshot is taken as of msm-4.19 kernel commit <b318a6e04625>
("Merge "msm: ipa4: Fix to use common PM handle for coalescing and
default pipe"").

Change-Id: I747e4defab668d44bdc956e318492dd30880a166
Signed-off-by: default avatarMayank Rana <mrana@codeaurora.org>
parent c2e15eef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ config IPA_EMULATION
	  shall be connected via PCIE to X86 machine.

config USB_BAM
	bool "USB BAM Driver"
	tristate "USB BAM Driver"
	depends on SPS && USB_GADGET
	help
	  Enabling this option adds USB BAM Driver.
+1 −0
Original line number Diff line number Diff line
@@ -6,3 +6,4 @@
obj-$(CONFIG_GSI) += gsi/
obj-$(CONFIG_IPA3) += ipa/
obj-$(CONFIG_MSM_GENI_SE) += msm-geni-se.o
obj-$(CONFIG_USB_BAM) += usb_bam.o