summaryrefslogtreecommitdiff
path: root/drivers/net/ipa/Kconfig
blob: 9f0d2a93379c5a6c9510cae9c5d7c8f4bb1a6ca0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config QCOM_IPA
	tristate "Qualcomm IPA support"
	depends on ARCH_QCOM && 64BIT && NET
	depends on QCOM_Q6V5_MSS
	select QCOM_QMI_HELPERS
	select QCOM_MDT_LOADER
	help
	  Choose Y or M here to include support for the Qualcomm
	  IP Accelerator (IPA), a hardware block present in some
	  Qualcomm SoCs.  The IPA is a programmable protocol processor
	  that is capable of generic hardware handling of IP packets,
	  including routing, filtering, and NAT.  Currently the IPA
	  driver supports only basic transport of network traffic
	  between the AP and modem, on the Qualcomm SDM845 SoC.

	  Note that if selected, the selection type must match that
	  of QCOM_Q6V5_COMMON (Y or M).

	  If unsure, say N.