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