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

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

Merge "msm: mhi: Add MHI RmNet driver"

parents f401cfdf a7a15134
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -36,6 +36,15 @@ config MSM_RMNET_BAM
	  for routing IP packets within the MSM using
	  BAM as a physical transport.

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

config MSM_RMNET_SMUX
	bool "RMNET SMUX Driver"
	depends on N_SMUX
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@

obj-$(CONFIG_MSM_EMAC) += emac/
obj-$(CONFIG_MSM_RMNET_BAM) += msm_rmnet_bam.o
obj-$(CONFIG_MSM_RMNET_MHI) += msm_rmnet_mhi.o
obj-$(CONFIG_MSM_RMNET_SMUX) += msm_rmnet_smux.o
obj-$(CONFIG_ECM_IPA) += ecm_ipa.o
obj-$(CONFIG_RNDIS_IPA) += rndis_ipa.o
+964 −0

File added.

Preview size limit exceeded, changes collapsed.