2020-03-06 12:28:29 +08:00
|
|
|
config QCOM_IPA
|
|
|
|
tristate "Qualcomm IPA support"
|
2021-03-19 02:59:30 +08:00
|
|
|
depends on NET && QCOM_SMEM
|
2021-01-08 07:34:04 +08:00
|
|
|
depends on ARCH_QCOM || COMPILE_TEST
|
|
|
|
depends on QCOM_RPROC_COMMON || (QCOM_RPROC_COMMON=n && COMPILE_TEST)
|
|
|
|
select QCOM_MDT_LOADER if ARCH_QCOM
|
2021-09-28 15:50:27 +08:00
|
|
|
select QCOM_SCM
|
2020-03-06 12:28:29 +08:00
|
|
|
select QCOM_QMI_HELPERS
|
|
|
|
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
|
2021-03-29 01:31:08 +08:00
|
|
|
between the AP and modem.
|
2020-03-06 12:28:29 +08:00
|
|
|
|
|
|
|
Note that if selected, the selection type must match that
|
|
|
|
of QCOM_Q6V5_COMMON (Y or M).
|
|
|
|
|
|
|
|
If unsure, say N.
|