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

Commit 15c905f7 authored by Jinesh K. Jayakumar's avatar Jinesh K. Jayakumar Committed by Gerrit - the friendly Code Review server
Browse files

msm: Add config option for IOSS v2



Add kernel config option for IPA offload sub-system v2.

Change-Id: I8c48c3c0db5aff8d63289724b60842f7c1058622
Signed-off-by: default avatarJinesh K. Jayakumar <jineshk@codeaurora.org>
parent 7468e648
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -133,6 +133,22 @@ config MSM_11AD
	  If you choose to build it as a module, it will be called
	  msm_11ad_proxy.

# Ethernet configuration options

config IOSS
	tristate "IPA Offload Sub-system v2"
	depends on IPA3
	help
	  IPA Offload Sub-system is a generic kernel framework that enables a
	  third-party ethernet driver to attach an ethernet peripheral to IPA
	  for hardware offloading of tethered data paths. The framework
	  provides a generic API interface that ethernet drivers can use to
	  register their hardware functionality with the sub-system in order
	  to enable IPA offload.

	  To compile this driver as a module, choose M here. Module will be
	  called ioss.

config R8125
	tristate "Realtek R8125 driver"
	depends on PCI