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

Commit 55b6418a authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Merge remote-tracking branch 'tmp-4ce2cf70' into master"

parents 765b374b 0cc22290
Loading
Loading
Loading
Loading
+15 −0
Original line number Diff line number Diff line
@@ -26,3 +26,18 @@ config RNDIS_IPA
	  This Network interface is aimed to allow data path go through
	  IPA core while using RNDIS protocol.

config MSM_RMNET_BAM
	bool "RMNET BAM Driver"
	depends on MSM_BAM_DMUX
	default n
	help
	  Implements RMNET over BAM interface.
	  RMNET provides a virtual ethernet interface
	  for routing IP packets within the MSM using
	  BAM as a physical transport.

config MSM_RMNET_DEBUG
	bool "MSM RMNET debug interface"
	depends on MSM_RMNET
	default n
+1 −0
Original line number Diff line number Diff line
@@ -5,3 +5,4 @@
obj-$(CONFIG_MSM_RMNET_MHI) += msm_rmnet_mhi.o
obj-$(CONFIG_ECM_IPA) += ecm_ipa.o
obj-$(CONFIG_RNDIS_IPA) += rndis_ipa.o
obj-$(CONFIG_MSM_RMNET_BAM) += msm_rmnet_bam.o
+925 −0

File added.

Preview size limit exceeded, changes collapsed.