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

Commit a714610a authored by Amir Levy's avatar Amir Levy
Browse files

msm: ipa: enable rndis_ipa and ecm_ipa



Add rndis_ipa and ecm_ipa as a snapshot of msm-4.4.
Based on commit 0443c0f276fb ("msm: ipa3: enable rndis_ipa
on msm-4.4").

Change-Id: I70a2242e1c2446dd9db19e93ea320a7be10ac41c
CRs-Fixed: 1077422
Signed-off-by: default avatarAmir Levy <alevy@codeaurora.org>
parent e6910562
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -112,6 +112,7 @@ source "drivers/net/ethernet/mellanox/Kconfig"
source "drivers/net/ethernet/micrel/Kconfig"
source "drivers/net/ethernet/microchip/Kconfig"
source "drivers/net/ethernet/moxa/Kconfig"
source "drivers/net/ethernet/msm/Kconfig"
source "drivers/net/ethernet/myricom/Kconfig"

config FEALNX
+1 −0
Original line number Diff line number Diff line
@@ -52,6 +52,7 @@ obj-$(CONFIG_NET_VENDOR_MELLANOX) += mellanox/
obj-$(CONFIG_NET_VENDOR_MICREL) += micrel/
obj-$(CONFIG_NET_VENDOR_MICROCHIP) += microchip/
obj-$(CONFIG_NET_VENDOR_MOXART) += moxa/
obj-$(CONFIG_ARCH_QCOM) += msm/
obj-$(CONFIG_NET_VENDOR_MYRI) += myricom/
obj-$(CONFIG_FEALNX) += fealnx.o
obj-$(CONFIG_NET_VENDOR_NATSEMI) += natsemi/
+22 −0
Original line number Diff line number Diff line
#
# msm network device configuration
#

config ECM_IPA
	tristate "STD ECM LAN Driver support"
	depends on IPA || IPA3
	help
	  Enables LAN between applications processor and a tethered
	  host using the STD ECM protocol.
	  This Network interface is aimed to allow data path go through
	  IPA core while using STD ECM protocol.

config RNDIS_IPA
	tristate "RNDIS_IPA Network Interface Driver support"
	depends on IPA || IPA3
	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.
+6 −0
Original line number Diff line number Diff line
#
# Makefile for the msm networking support.
#

obj-$(CONFIG_ECM_IPA) += ecm_ipa.o
obj-$(CONFIG_RNDIS_IPA) += rndis_ipa.o
+1739 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading