brintos

brintos / linux-shallow public Read only

0
0
Text · 851 B · 6782c2c Raw
24 lines · plain
1config QCOM_IPA2	tristate "Qualcomm IPA support"3	depends on NET && QCOM_SMEM4	depends on ARCH_QCOM || COMPILE_TEST5	depends on INTERCONNECT6	depends on QCOM_RPROC_COMMON || (QCOM_RPROC_COMMON=n && COMPILE_TEST)7	depends on QCOM_AOSS_QMP || QCOM_AOSS_QMP=n8	select QCOM_MDT_LOADER if ARCH_QCOM9	select QCOM_SCM10	select QCOM_QMI_HELPERS11	help12	  Choose Y or M here to include support for the Qualcomm13	  IP Accelerator (IPA), a hardware block present in some14	  Qualcomm SoCs.  The IPA is a programmable protocol processor15	  that is capable of generic hardware handling of IP packets,16	  including routing, filtering, and NAT.  Currently the IPA17	  driver supports only basic transport of network traffic18	  between the AP and modem.19 20	  Note that if selected, the selection type must match that21	  of QCOM_Q6V5_COMMON (Y or M).22 23	  If unsure, say N.24