diff options
author | Alex Elder <elder@linaro.org> | 2021-03-28 20:31:08 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-29 04:12:03 +0300 |
commit | fc566dab45f9eab9b07c971daedd0843e688e777 (patch) | |
tree | 503f7aa0c87c94fdfaf40d1a9904030600f6946b /drivers/net/ipa/Kconfig | |
parent | d21d1f33b190f7c18e83899dfbc5a48ab173ef15 (diff) | |
download | linux-fc566dab45f9eab9b07c971daedd0843e688e777.tar.xz |
net: ipa: switch to version based configuration
Rename the SDM845 configuration data file so that its name is
derived from its IPA version. I am not aware of any special IPA
behavior or handling that would be based on a specific SoC (as
opposed to a specific version of the IPA it contains).
Update a few other references to the code that talk about the SDM845
rather than just IPA v3.5.1.
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/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/net/ipa/Kconfig b/drivers/net/ipa/Kconfig index 90a90262e0d0..8f99cfa14680 100644 --- a/drivers/net/ipa/Kconfig +++ b/drivers/net/ipa/Kconfig @@ -12,8 +12,7 @@ config QCOM_IPA 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 and SC7180 - SoCs. + between the AP and modem. Note that if selected, the selection type must match that of QCOM_Q6V5_COMMON (Y or M). |