Skip to content

Commit 38a4066

Browse files
Alex Elderkuba-moo
authored andcommitted
net: ipa: support COMPILE_TEST
Arrange for the IPA driver to be built when COMPILE_TEST is enabled. Update the help text to reflect that we support two Qualcomm SoCs. Suggested-by: Jakub Kicinski <[email protected]> Signed-off-by: Alex Elder <[email protected]> Reviewed-by: Bjorn Andersson <[email protected]> Signed-off-by: Jakub Kicinski <[email protected]>
1 parent a2d7764 commit 38a4066

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

drivers/net/ipa/Kconfig

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
config QCOM_IPA
22
tristate "Qualcomm IPA support"
3-
depends on ARCH_QCOM && 64BIT && NET
4-
depends on QCOM_Q6V5_MSS
3+
depends on 64BIT && NET
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
57
select QCOM_QMI_HELPERS
6-
select QCOM_MDT_LOADER
78
help
89
Choose Y or M here to include support for the Qualcomm
910
IP Accelerator (IPA), a hardware block present in some
1011
Qualcomm SoCs. The IPA is a programmable protocol processor
1112
that is capable of generic hardware handling of IP packets,
1213
including routing, filtering, and NAT. Currently the IPA
1314
driver supports only basic transport of network traffic
14-
between the AP and modem, on the Qualcomm SDM845 SoC.
15+
between the AP and modem, on the Qualcomm SDM845 and SC7180
16+
SoCs.
1517

1618
Note that if selected, the selection type must match that
1719
of QCOM_Q6V5_COMMON (Y or M).

0 commit comments

Comments
 (0)