blob: 9f0d2a93379c5a6c9510cae9c5d7c8f4bb1a6ca0 [file] [log] [blame]
Alex Elder08120d22020-03-05 22:28:29 -06001config QCOM_IPA
2 tristate "Qualcomm IPA support"
3 depends on ARCH_QCOM && 64BIT && NET
Alex Elder5e0ef512020-03-16 17:51:21 -05004 depends on QCOM_Q6V5_MSS
Alex Elder08120d22020-03-05 22:28:29 -06005 select QCOM_QMI_HELPERS
6 select QCOM_MDT_LOADER
Alex Elder08120d22020-03-05 22:28:29 -06007 help
8 Choose Y or M here to include support for the Qualcomm
9 IP Accelerator (IPA), a hardware block present in some
10 Qualcomm SoCs. The IPA is a programmable protocol processor
11 that is capable of generic hardware handling of IP packets,
12 including routing, filtering, and NAT. Currently the IPA
13 driver supports only basic transport of network traffic
14 between the AP and modem, on the Qualcomm SDM845 SoC.
15
16 Note that if selected, the selection type must match that
17 of QCOM_Q6V5_COMMON (Y or M).
18
19 If unsure, say N.