aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net/ipa/Kconfig
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2020-03-05 22:28:29 -0600
committerDavid S. Miller <davem@davemloft.net>2020-03-08 22:07:10 -0700
commit08120d236c47dd2bdb6f7366782f4756dd7f417e (patch)
tree3d11f98591f0781de7596b51f747d078e3cde845 /drivers/net/ipa/Kconfig
parentsoc: qcom: ipa: AP/modem communications (diff)
downloadwireguard-linux-08120d236c47dd2bdb6f7366782f4756dd7f417e.tar.xz
wireguard-linux-08120d236c47dd2bdb6f7366782f4756dd7f417e.zip
soc: qcom: ipa: support build of IPA code
Add build and Kconfig support for the Qualcomm IPA driver. Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ipa/Kconfig')
-rw-r--r--drivers/net/ipa/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/net/ipa/Kconfig b/drivers/net/ipa/Kconfig
new file mode 100644
index 000000000000..b8cb7cadbf75
--- /dev/null
+++ b/drivers/net/ipa/Kconfig
@@ -0,0 +1,19 @@
+config QCOM_IPA
+ tristate "Qualcomm IPA support"
+ depends on ARCH_QCOM && 64BIT && NET
+ select QCOM_QMI_HELPERS
+ select QCOM_MDT_LOADER
+ default QCOM_Q6V5_COMMON
+ help
+ Choose Y or M here to include support for the Qualcomm
+ IP Accelerator (IPA), a hardware block present in some
+ Qualcomm SoCs. The IPA is a programmable protocol processor
+ that is capable of generic hardware handling of IP packets,
+ including routing, filtering, and NAT. Currently the IPA
+ driver supports only basic transport of network traffic
+ between the AP and modem, on the Qualcomm SDM845 SoC.
+
+ Note that if selected, the selection type must match that
+ of QCOM_Q6V5_COMMON (Y or M).
+
+ If unsure, say N.