0001 config QCOM_IPA
0002 tristate "Qualcomm IPA support"
0003 depends on NET && QCOM_SMEM
0004 depends on ARCH_QCOM || COMPILE_TEST
0005 depends on INTERCONNECT
0006 depends on QCOM_RPROC_COMMON || (QCOM_RPROC_COMMON=n && COMPILE_TEST)
0007 depends on QCOM_AOSS_QMP || QCOM_AOSS_QMP=n
0008 select QCOM_MDT_LOADER if ARCH_QCOM
0009 select QCOM_SCM
0010 select QCOM_QMI_HELPERS
0011 help
0012 Choose Y or M here to include support for the Qualcomm
0013 IP Accelerator (IPA), a hardware block present in some
0014 Qualcomm SoCs. The IPA is a programmable protocol processor
0015 that is capable of generic hardware handling of IP packets,
0016 including routing, filtering, and NAT. Currently the IPA
0017 driver supports only basic transport of network traffic
0018 between the AP and modem.
0019
0020 Note that if selected, the selection type must match that
0021 of QCOM_Q6V5_COMMON (Y or M).
0022
0023 If unsure, say N.