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

Commit e166c6a8 authored by Ashok Raj Deenadayalan's avatar Ashok Raj Deenadayalan Committed by Swetha Chikkaboraiah
Browse files

msm: ipa: Add Kconfig changes of IPA2 driver



Add Kconfig changes to support IPAv2 driver for sdm660 target.

Change-Id: I093adf36f0e04a090e802c1ec064d9d6e3deac1a
Signed-off-by: default avatarPraveen Kurapati <pkurapat@codeaurora.org>
Signed-off-by: default avatarAshok Raj Deenadayalan <adeenada@codeaurora.org>
Signed-off-by: default avatarSwetha Chikkaboraiah <schikk@codeaurora.org>
parent 8be05ea1
Loading
Loading
Loading
Loading
+24 −2
Original line number Diff line number Diff line
@@ -87,6 +87,28 @@ config IPA3
	  Kernel and user-space processes can call the IPA driver
	  to configure IPA core.

config IPA
	tristate "IPA support"
	depends on SPS && NET
	help
          This driver supports the Internet Packet Accelerator (IPA3) core.
          IPA is a programmable protocol processor HW block.
          It is designed to support generic HW processing of UL/DL IP packets
          for various use cases independent of radio technology.
          The driver support client connection and configuration
          for the IPA core.
          Kernel and user-space processes can call the IPA driver
          to configure IPA core.

config RMNET_IPA
	tristate "IPA RMNET WWAN Network Device"
	depends on IPA && QCOM_QMI_HELPERS
	help
	  This WWAN Network Driver implements network stack class device.
	  It supports Embedded data transfer from A7 to Q6. Configures IPA HW
	  for RmNet Data Driver and also exchange of QMI messages between
	  A7 and Q6 IPA-driver.

config IPA_DEBUG
	bool "IPA DEBUG for non-perf build"
	depends on IPA3
@@ -117,7 +139,7 @@ config RMNET_IPA3

config ECM_IPA
	tristate "STD ECM LAN Driver support"
	depends on IPA3
	depends on IPA || IPA3
	help
	  Enables LAN between applications processor and a tethered
	  host using the STD ECM protocol.
@@ -126,7 +148,7 @@ config ECM_IPA

config RNDIS_IPA
	tristate "RNDIS_IPA Network Interface Driver support"
	depends on IPA3
	depends on IPA || IPA3
	help
	  Enables LAN between applications processor and a tethered
	  host using the RNDIS protocol.