]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - drivers/net/ipa/Kconfig
Merge tag 'xfs-5.10-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
[mirror_ubuntu-hirsute-kernel.git] / drivers / net / ipa / Kconfig
1 config QCOM_IPA
2 tristate "Qualcomm IPA support"
3 depends on ARCH_QCOM && 64BIT && NET
4 depends on QCOM_Q6V5_MSS
5 select QCOM_QMI_HELPERS
6 select QCOM_MDT_LOADER
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.