3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 14:54:17 +00:00

20 lines
705 B
Plaintext
Raw Normal View History

2021-05-27 00:09:36 +05:00
config QCOM_IPA
tristate "Qualcomm IPA support"
2021-09-23 21:59:15 +05:00
depends on ARCH_QCOM && 64BIT && NET
depends on QCOM_Q6V5_MSS
2021-05-27 00:09:36 +05:00
select QCOM_QMI_HELPERS
2021-09-23 21:59:15 +05:00
select QCOM_MDT_LOADER
2021-05-27 00:09:36 +05:00
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-09-23 21:59:15 +05:00
between the AP and modem, on the Qualcomm SDM845 SoC.
2021-05-27 00:09:36 +05:00
Note that if selected, the selection type must match that
of QCOM_Q6V5_COMMON (Y or M).
If unsure, say N.