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

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

Merge "msm: net: rndis_ipa: RNDIS LAN network interface driver"

parents 5dfd4c50 23ea5fa5
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -67,3 +67,12 @@ config ECM_IPA
	depends on IPA
	help
	  Allows LAN between Apps and tethered HOST on STD ECM

config RNDIS_IPA
	tristate "RNDIS_IPA Network Interface Driver support"
	depends on IPA
	help
	  Enables LAN between applications processor and a tethered
	  host using the RNDIS protocol.
	  This Network interface is aimed to allow data path go through
	  IPA core while using RNDIS protocol.
+1 −0
Original line number Diff line number Diff line
@@ -7,3 +7,4 @@ obj-$(CONFIG_MSM_RMNET_WWAN) += msm_rmnet_wwan.o
obj-$(CONFIG_MSM_RMNET_BAM) += msm_rmnet_bam.o
obj-$(CONFIG_MSM_RMNET_SMUX) += msm_rmnet_smux.o
obj-$(CONFIG_ECM_IPA) += ecm_ipa.o
obj-$(CONFIG_RNDIS_IPA) += rndis_ipa.o
+2362 −0

File added.

Preview size limit exceeded, changes collapsed.