8f99cfa14680ae22bd81644b60187f4244ece5ae
[platform/kernel/linux-rpi.git] / drivers / net / ipa / Kconfig
1 config QCOM_IPA
2         tristate "Qualcomm IPA support"
3         depends on NET && QCOM_SMEM
4         depends on ARCH_QCOM || COMPILE_TEST
5         depends on QCOM_RPROC_COMMON || (QCOM_RPROC_COMMON=n && COMPILE_TEST)
6         select QCOM_MDT_LOADER if ARCH_QCOM
7         select QCOM_QMI_HELPERS
8         help
9           Choose Y or M here to include support for the Qualcomm
10           IP Accelerator (IPA), a hardware block present in some
11           Qualcomm SoCs.  The IPA is a programmable protocol processor
12           that is capable of generic hardware handling of IP packets,
13           including routing, filtering, and NAT.  Currently the IPA
14           driver supports only basic transport of network traffic
15           between the AP and modem.
16
17           Note that if selected, the selection type must match that
18           of QCOM_Q6V5_COMMON (Y or M).
19
20           If unsure, say N.