linux/drivers/net/ipa/Kconfig
<<
>>
Prefs
   1config 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_SCM
   8        select QCOM_QMI_HELPERS
   9        help
  10          Choose Y or M here to include support for the Qualcomm
  11          IP Accelerator (IPA), a hardware block present in some
  12          Qualcomm SoCs.  The IPA is a programmable protocol processor
  13          that is capable of generic hardware handling of IP packets,
  14          including routing, filtering, and NAT.  Currently the IPA
  15          driver supports only basic transport of network traffic
  16          between the AP and modem.
  17
  18          Note that if selected, the selection type must match that
  19          of QCOM_Q6V5_COMMON (Y or M).
  20
  21          If unsure, say N.
  22