Alex Elder | 08120d2 | 2020-03-05 22:28:29 -0600 | [diff] [blame] | 1 | config QCOM_IPA |
| 2 | tristate "Qualcomm IPA support" |
| 3 | depends on ARCH_QCOM && 64BIT && NET |
Alex Elder | 5e0ef51 | 2020-03-16 17:51:21 -0500 | [diff] [blame] | 4 | depends on QCOM_Q6V5_MSS |
Alex Elder | 08120d2 | 2020-03-05 22:28:29 -0600 | [diff] [blame] | 5 | select QCOM_QMI_HELPERS |
| 6 | select QCOM_MDT_LOADER |
Alex Elder | 08120d2 | 2020-03-05 22:28:29 -0600 | [diff] [blame] | 7 | 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. |