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